Enlightenment CVS committal
Author : atmosphere
Project : e17
Module : apps/entice
Dir : e17/apps/entice/src/bin
Modified Files:
entice.c
Log Message:
fix layering
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/src/bin/entice.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -3 -r1.44 -r1.45
--- entice.c 3 Apr 2004 06:06:11 -0000 1.44
+++ entice.c 7 Apr 2004 01:50:20 -0000 1.45
@@ -341,11 +341,13 @@
edje_object_part_geometry_get(entice->edje, "entice.image", NULL,
NULL, &w, &h);
evas_object_resize(new_current, w, h);
+ evas_object_layer_set(new_current, evas_object_layer_get(o));
evas_object_show(new_current);
edje_object_part_geometry_get(entice->edje, "entice.scroller", NULL,
NULL, &w, &h);
evas_object_resize(new_scroller, w, h);
+ evas_object_layer_set(new_scroller, evas_object_layer_get(o));
evas_object_show(new_scroller);
if (entice->current)
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs