aboutsummaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-01-09 00:01:57 +0100
committerBert Münnich <ber.t@posteo.de>2014-01-09 00:30:10 +0100
commitf795273b650a4df39dca693f30c3650ec1d3393f (patch)
tree5083053719f528c8eaed3e3c21f2db852c9bdb23 /image.h
parente82397db1507d06db25f952a6b5c470b8cd66e5a (diff)
downloadnsxiv-f795273b650a4df39dca693f30c3650ec1d3393f.tar.zst
Apply flip & rotation on all frames of a multi-frame image; fixes issue #121
Diffstat (limited to 'image.h')
-rw-r--r--image.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/image.h b/image.h
index f83ed6b..bd59bb3 100644
--- a/image.h
+++ b/image.h
@@ -57,6 +57,9 @@ typedef struct {
bool aa;
bool alpha;
+ flipdir_t flip;
+ degree_t rotation;
+
Imlib_Color_Modifier cmod;
int gamma;