summaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-01-09 20:32:22 +0100
committerBert Münnich <ber.t@posteo.de>2014-01-09 20:32:22 +0100
commit002c7e550bf7ebf7491fbaaa7c4f3710f871d76a (patch)
tree8cb8b5bc6f14be5147354dc5b77135a37b23cc96 /types.h
parent48700aa6c8f4b9ef6dc162ea5aa98ac4f9cc0630 (diff)
downloadnsxiv-002c7e550bf7ebf7491fbaaa7c4f3710f871d76a.tar.zst
Second take at rotating & flipping multi-frame images; fixes issue #121
Diffstat (limited to 'types.h')
-rw-r--r--types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/types.h b/types.h
index 2cd305e..41bfd5e 100644
--- a/types.h
+++ b/types.h
@@ -45,8 +45,8 @@ typedef enum {
} degree_t;
typedef enum {
- FLIP_HORIZONTAL,
- FLIP_VERTICAL
+ FLIP_HORIZONTAL = 1,
+ FLIP_VERTICAL = 2
} flipdir_t;
typedef enum {