From b56989f8fbfa6ab32e1fa8f54c0d03ff924c7308 Mon Sep 17 00:00:00 2001 From: baskerville Date: Thu, 19 Jul 2012 12:28:44 +0200 Subject: New commands: fit to the window's height/width --- types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'types.h') 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; -- cgit v1.2.3