diff options
Diffstat (limited to 'image.h')
-rw-r--r-- | image.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -57,6 +57,9 @@ typedef struct { bool aa; bool alpha; + flipdir_t flip; + degree_t rotation; + Imlib_Color_Modifier cmod; int gamma; |