Enlightenment CVS committal Author : barbieri Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib Modified Files: Evas.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/Evas.h,v retrieving revision 1.119 retrieving revision 1.120 diff -u -3 -r1.119 -r1.120 --- Evas.h 30 Apr 2008 22:13:50 -0000 1.119 +++ Evas.h 30 Apr 2008 23:58:42 -0000 1.120 @@ -86,6 +86,7 @@ typedef struct _Evas_List Evas_List; /**< A generic linked list node handle */ typedef struct _Evas_Rectangle Evas_Rectangle; /**< A generic rectangle handle */ +typedef struct _Evas_Coord_Rectangle Evas_Coord_Rectangle; /**< A generic rectangle handle */ typedef struct _Evas_Smart_Class Evas_Smart_Class; /**< A smart object base class */ typedef struct _Evas_Hash Evas_Hash; /**< A Hash table handle */ @@ -117,6 +118,14 @@ int y; /**< top-left y co-ordinate of rectangle */ int w; /**< width of rectangle */ int h; /**< height of rectangle */ +}; + +struct _Evas_Coord_Rectangle /** A rectangle in Evas_Coord */ +{ + Evas_Coord x; /**< top-left x co-ordinate of rectangle */ + Evas_Coord y; /**< top-left y co-ordinate of rectangle */ + Evas_Coord w; /**< width of rectangle */ + Evas_Coord h; /**< height of rectangle */ }; typedef enum _Evas_Aspect_Control ------------------------------------------------------------------------- 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