Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_main.c edje_private.h 


Log Message:


we parse.... MORE! :) order is now irrelevant of how you delcare images or
parts and what they are relative to/use. the lookups are put off until just
before write-out. order of parts still is the stacking order though.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_main.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- edje_main.c 9 Jun 2003 11:31:33 -0000       1.3
+++ edje_main.c 14 Jun 2003 03:06:35 -0000      1.4
@@ -457,7 +457,7 @@
             Edje_Part_Image_Id *imid;
             
             imid = evas_list_nth(ep->param2.description->image.tween_list, image_num 
- 1);
-            if (imid) image_id = imid->image_id;
+            if (imid) image_id = imid->id;
          }
        
        snprintf(buf, sizeof(buf), "/images/%i", image_id);
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_private.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- edje_private.h      9 Jun 2003 13:51:40 -0000       1.4
+++ edje_private.h      14 Jun 2003 03:06:36 -0000      1.5
@@ -194,7 +194,7 @@
 
 struct _Edje_Part_Image_Id
 {
-   int image_id;
+   int id;
 };
 
 struct _Edje_Part_Description




-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to