New commands: fit to the window's height/width

This commit is contained in:
baskerville
2012-07-19 12:28:44 +02:00
parent 5b6467913c
commit b56989f8fb
7 changed files with 30 additions and 6 deletions

View File

@@ -31,6 +31,8 @@ typedef enum {
typedef enum {
SCALE_DOWN,
SCALE_FIT,
SCALE_WIDTH,
SCALE_HEIGHT,
SCALE_ZOOM
} scalemode_t;