Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_widget.c 


Log Message:
Realize widgets that were not visible when the realize loop first ran for a
window.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_widget.c,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -3 -r1.83 -r1.84
--- ewl_widget.c        8 Nov 2003 08:07:11 -0000       1.83
+++ ewl_widget.c        9 Nov 2003 07:10:55 -0000       1.84
@@ -185,7 +185,8 @@
        }
        else if (pc) {
                flags = ewl_object_get_flags(EWL_OBJECT(pc),
-                                            EWL_FLAG_QUEUED_RSCHEDULED);
+                                            EWL_FLAG_QUEUED_RSCHEDULED |
+                                            EWL_FLAG_VISIBLE_REALIZED);
        }
        else {
                flags = ewl_object_get_flags(EWL_OBJECT(w),




-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to