Enlightenment CVS committal
Author : pfritz
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/src/engines/evas
Modified Files:
ewl_engine_evas.c
Log Message:
use a flag for unmanaged and toplayered
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/engines/evas/ewl_engine_evas.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- ewl_engine_evas.c 7 May 2008 13:38:21 -0000 1.23
+++ ewl_engine_evas.c 4 Aug 2008 22:45:51 -0000 1.24
@@ -227,7 +227,7 @@
DRETURN(DLEVEL_STABLE);
- if (w->parent && !w->toplayered)
+ if (w->parent && !TOPLAYERED(w))
smart_parent = w->parent->smart_object;
else {
Ewl_Embed *emb;
@@ -264,7 +264,7 @@
DRETURN(DLEVEL_STABLE);
/* check first if the widget should be on the top */
- if (w->toplayered)
+ if (TOPLAYERED(w))
{
evas_object_raise(w->smart_object);
DRETURN(DLEVEL_STABLE);
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs