Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_widget.c 


Log Message:
* Found a solution to the random-widget-appearing issue - make onscreen recurse 
upwards to the parent.  Doesn't seem to create a significant performance issue.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_widget.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- ewl_widget.c        21 Nov 2005 04:13:41 -0000      1.41
+++ ewl_widget.c        25 Nov 2005 06:13:27 -0000      1.42
@@ -1349,6 +1349,10 @@
                        onscreen = FALSE;
        }
 
+       if (onscreen == TRUE && w->parent) {
+               if ( (ewl_widget_onscreen_is(w->parent) == FALSE)) onscreen = 
FALSE;
+       }
+
        return onscreen;
 }
 




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to