From d12e33c52126961fec929185abd92412985f6e1b Mon Sep 17 00:00:00 2001 From: Sergey Lipskiy Date: Thu, 12 Feb 2015 23:10:54 +0600 Subject: [PATCH] Add 1600 x 1024 windowed resolution. --- GLidenUI/ConfigDialog.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GLidenUI/ConfigDialog.cpp b/GLidenUI/ConfigDialog.cpp index 31b50c4c..9a3f1e66 100644 --- a/GLidenUI/ConfigDialog.cpp +++ b/GLidenUI/ConfigDialog.cpp @@ -10,7 +10,7 @@ #include "FullscreenResolutions.h" static -const unsigned int numWindowedModes = 12U; +const unsigned int numWindowedModes = 13U; static struct { @@ -28,6 +28,7 @@ struct { 1280, 960, "1280 x 960" }, { 1280, 1024, "1280 x 1024" }, { 1440, 1080, "1440 x 1080" }, + { 1600, 1024, "1600 x 1024" }, { 1600, 1200, "1600 x 1200" } };