Use Evas_Coord_Rectangle in evas_object_image.c

SVN revision: 34415
This commit is contained in:
Gustavo Sverzut Barbieri 2008-05-01 00:09:39 +00:00
parent 29549249c4
commit 14cf29eede
1 changed files with 1 additions and 3 deletions

View File

@ -12,9 +12,7 @@ struct _Evas_Object_Image
DATA32 magic;
struct {
struct {
Evas_Coord x, y, w, h;
} fill;
Evas_Coord_Rectangle fill;
struct {
short w, h, stride;
} image;