Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_container.c 


Log Message:
Oops, forgot to commit that

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_container.c,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -3 -r1.76 -r1.77
--- ewl_container.c     1 Jul 2008 10:11:25 -0000       1.76
+++ ewl_container.c     5 Aug 2008 08:41:19 -0000       1.77
@@ -734,7 +734,7 @@
                             INSET_RIGHT(child)) >= x
                     && (CURRENT_Y(child) + CURRENT_H(child) +
                             INSET_BOTTOM(child)) >= y) {
-                        if (child->toplayered) {
+                        if (TOPLAYERED(child)) {
                                 found = child;
                                 break;
                         }



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to