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