Enlightenment CVS committal

Author  : barbieri
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/include


Modified Files:
        evas_private.h 


Log Message:
Cosmetic: add name to structs: Evas_Coord_Rectangle.

Non-intrusive change to name structs of Evas_Coord x, y, w, h.

TODO: intrusive changes to use this struct, will need to fix ".c"


===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/include/evas_private.h,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -3 -r1.96 -r1.97
--- evas_private.h      30 Apr 2008 23:44:03 -0000      1.96
+++ evas_private.h      30 Apr 2008 23:58:43 -0000      1.97
@@ -412,9 +412,7 @@
            unsigned char  dirty : 1;
         } clip;
       } cache;
-      struct {
-        Evas_Coord         x, y, w, h;
-      } geometry;
+      Evas_Coord_Rectangle geometry;
       struct {
         unsigned char  r, g, b, a;
       } color;



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to