diff options
-rw-r--r-- | nsxiv.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -210,6 +210,9 @@ struct img { float x; float y; + Imlib_Color_Modifier cmod; + int gamma; + scalemode_t scalemode; float zoom; @@ -218,9 +221,6 @@ struct img { bool aa; bool alpha; - Imlib_Color_Modifier cmod; - int gamma; - struct { bool on; int delay; |