summaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
authorbaskerville <nihilhill@gmail.com>2012-07-19 12:28:44 +0200
committerbaskerville <nihilhill@gmail.com>2012-07-19 12:28:44 +0200
commitb56989f8fbfa6ab32e1fa8f54c0d03ff924c7308 (patch)
tree75b1a7c94f52f03184e373bf634f395d3f88ff06 /types.h
parent5b6467913cca4086ebb6056e7235a3c78570ce6f (diff)
downloadnsxiv-b56989f8fbfa6ab32e1fa8f54c0d03ff924c7308.tar.zst
New commands: fit to the window's height/width
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/types.h b/types.h
index 12719a7..70ae9c4 100644
--- a/types.h
+++ b/types.h
@@ -31,6 +31,8 @@ typedef enum {
typedef enum {
SCALE_DOWN,
SCALE_FIT,
+ SCALE_WIDTH,
+ SCALE_HEIGHT,
SCALE_ZOOM
} scalemode_t;