aboutsummaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
authorBert Münnich <be.muennich@googlemail.com>2012-05-06 13:02:34 +0200
committerBert Münnich <be.muennich@googlemail.com>2012-05-06 13:02:34 +0200
commit4c40cc24bc6b3e11fc9e6cf337ddb035fa750eb3 (patch)
treead2a11316cb2328e28a5bb223f87f1bd96b54fe3 /types.h
parentba0a5b89fa1e9147c60ddb8bbc2b1bcbe2995cd8 (diff)
downloadnsxiv-4c40cc24bc6b3e11fc9e6cf337ddb035fa750eb3.tar.zst
Slightly refactored flipping
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.h b/types.h
index 0a4214c..12719a7 100644
--- a/types.h
+++ b/types.h
@@ -26,7 +26,7 @@ typedef enum {
typedef enum {
FLIP_HORIZONTAL,
FLIP_VERTICAL
-} flip_t;
+} flipdir_t;
typedef enum {
SCALE_DOWN,