Enlightenment CVS committal

Author  : technikolor
Project : misc
Module  : eplayer

Dir     : misc/eplayer/src


Modified Files:
        interface.c 


Log Message:
Resize is fixed.  Currently only supported by the default theme.
In your EDC, the group min size is the default size.  max is the max possible resizable
size.  If the interface is a fixed size (iio/streamline) just keep them both the same.
The default skin is now vertically resizable out to a max of 1280px.

===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/interface.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- interface.c 6 Jan 2004 20:26:51 -0000       1.27
+++ interface.c 10 Jan 2004 16:04:49 -0000      1.28
@@ -63,10 +63,10 @@
 
        if (!strcasecmp(player->cfg.evas_engine, "gl"))
                player->gui.ee = ecore_evas_gl_x11_new(NULL, 0,  0, 0,
-                                                      500, 500);
+                                                      0, 0);
        else
                player->gui.ee = ecore_evas_software_x11_new(NULL, 0,  0, 0,
-                                                            500, 500);
+                                                            0, 0);
 
        if (!player->gui.ee) {
                debug(DEBUG_LEVEL_CRITICAL,




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to