aboutsummaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
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;