Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_smart.c 


Log Message:


hmm - for now dont over-optimise...

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_smart.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- edje_smart.c        27 Apr 2004 08:16:13 -0000      1.15
+++ edje_smart.c        27 Apr 2004 08:59:24 -0000      1.16
@@ -254,16 +254,17 @@
        Evas_Coord ox, oy;
        
        ep = l->data;
+       evas_object_geometry_get(ep->object, &ox, &oy, NULL, NULL);
        evas_object_move(ep->object, ed->x + ep->x + ep->offset.x, ed->y + ep->y 
+ep->offset.y);
        if (ep->swallowed_object)
          {
+            evas_object_geometry_get(ep->swallowed_object, &ox, &oy, NULL, NULL);
             evas_object_move(ep->swallowed_object, ed->x + ep->x + ep->offset.x, 
ed->y + ep->y +ep->offset.y);
          }
        if (ep->extra_objects)
          {
             Evas_List *el;
             
-            evas_object_geometry_get(ep->object, &ox, &oy, NULL, NULL);
             for (el = ep->extra_objects; el; el = el->next)
               {
                  Evas_Object *o;




-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to