Enlightenment CVS committal

Author  : barbieri
Project : e17
Module  : libs/evas

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


Modified Files:
        evas_object_image.c 


Log Message:
Use Evas_Coord_Rectangle in evas_object_image.c

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/canvas/evas_object_image.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -3 -r1.62 -r1.63
--- evas_object_image.c 12 Apr 2008 00:32:25 -0000      1.62
+++ evas_object_image.c 1 May 2008 00:09:39 -0000       1.63
@@ -12,9 +12,7 @@
    DATA32            magic;
 
    struct {
-      struct {
-        Evas_Coord  x, y, w, h;
-      } fill;
+      Evas_Coord_Rectangle fill;
       struct {
         short       w, h, stride;
       } image;



-------------------------------------------------------------------------
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