aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nsxiv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nsxiv.h b/nsxiv.h
index 8f288b3..68d1726 100644
--- a/nsxiv.h
+++ b/nsxiv.h
@@ -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;