evas: oops forgot that.

SVN revision: 63664
This commit is contained in:
Cedric BAIL 2011-09-29 09:48:13 +00:00
parent 97f7d95201
commit b70d6a0556
1 changed files with 2 additions and 0 deletions

View File

@ -486,6 +486,7 @@ struct _RGBA_Image_Loadopts
int scale_down_by; // if > 1 then use this
double dpi; // if > 0.0 use this
unsigned int w, h; // if > 0 use this
unsigned int degree;//if>0 there is some info related with rotation
struct {
unsigned int x, y, w, h;
} region;
@ -513,6 +514,7 @@ struct _Image_Entry_Flags
Eina_Bool pending : 1;
#endif
Eina_Bool animated : 1;
Eina_Bool rotated : 1;
};
struct _Image_Entry_Frame