summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/setup.c b/setup.c
index 1dee1b6..00556fa 100644
--- a/setup.c
+++ b/setup.c
@@ -23,7 +23,7 @@
#include "setup.h"
const int kColorDepths = 5;
-const int kSizes = 11;
+const int kSizes = 16;
const int kFrameModes = 3;
const int kFrameDrops = 4;
const int kShowInfoTypes = 4;
@@ -46,6 +46,11 @@ const char * SizeItems[] = {
"260x208",
"280x224",
"300x240",
+ "450x360",
+ "600x480",
+ "320x180",
+ "480x270",
+ "640x360",
NULL
};