evas: oops forgot that.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 29 Sep 2011 09:48:13 +0000 (09:48 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 29 Sep 2011 09:48:13 +0000 (09:48 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@63664 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/include/evas_common.h

index 870d6c2..81a2785 100644 (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