(svn r1529) -Feature: [1090950] Adding 16:10 resolutions for mainly laptops (doode)
--- a/sdl.c Sat Jan 15 20:10:44 2005 +0000
+++ b/sdl.c Sat Jan 15 20:43:01 2005 +0000
@@ -243,10 +243,13 @@
{ 800, 600},
{1024, 768},
{1152, 864},
+ {1280, 800},
{1280, 960},
{1280, 1024},
{1400, 1050},
- {1600, 1200}
+ {1600, 1200},
+ {1680, 1050},
+ {1920, 1200}
};
static void GetVideoModes(void)
--- a/win32.c Sat Jan 15 20:10:44 2005 +0000
+++ b/win32.c Sat Jan 15 20:43:01 2005 +0000
@@ -568,14 +568,17 @@
}
static const uint16 default_resolutions[][2] = {
- {640,480},
- {800,600},
- {1024,768},
- {1152,864},
- {1280,960},
- {1280,1024},
- {1400,1050},
- {1600,1200},
+ { 640, 480},
+ { 800, 600},
+ {1024, 768},
+ {1152, 864},
+ {1280, 800},
+ {1280, 960},
+ {1280, 1024},
+ {1400, 1050},
+ {1600, 1200},
+ {1680, 1050},
+ {1920, 1200}
};
static void FindResolutions()