Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/test


Modified Files:
        ewl_media_test.c 


Log Message:
Optional build items must be included seperately from Ewl.h.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_media_test.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- ewl_media_test.c    18 Jul 2004 18:21:48 -0000      1.7
+++ ewl_media_test.c    19 Jul 2004 17:50:10 -0000      1.8
@@ -1,4 +1,5 @@
 #include <Ewl.h>
+#include <ewl_media.h>
 
 static Ewl_Widget *video;
 static Ewl_Widget *fd_win;
@@ -248,7 +249,7 @@
     /* the time text spot */
     ewl_container_append_child(EWL_CONTAINER(b), time);
     ewl_object_set_insets(EWL_OBJECT(time), 0, 3, 0, 0);
-    ewl_object_set_fill_policy(EWL_OBJECT(time), EWL_FLAG_FILL_SHRINK);
+//    ewl_object_set_fill_policy(EWL_OBJECT(time), EWL_FLAG_FILL_SHRINK);
     ewl_widget_show(time);
 
     ewl_main();




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to