Added some more hard-coded screen resolutions for windows users

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@422 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: da45ab5894d977f5939da025867b3d5429d47a7c
Former-commit-id: 4c19ce5231867a08367889c0b75450827293f56e
This commit is contained in:
pouillot 2008-12-08 22:13:29 +00:00
parent 898201a774
commit 575ec28b90

View file

@ -76,6 +76,7 @@ static const char *DefRes[] =
"320x240",
"400x300",
"416x312",
"480x360",
"512x384",
"576x384",
"576x432",
@ -94,17 +95,22 @@ static const char *DefRes[] =
"928x696",
"960x600",
"960x720",
"960x1200",
"1024x768",
"1152x768",
"1152x864",
"1280x720",
"1280x768",
"1280x800",
"1280x960",
"1280x1024",
"1400x1050",
"1440x900",
"1600x900",
"1600x1024",
"1680x1050",
"1792x1344",
"1800x1440",
"1920x1200" };
static const int NbDefRes = sizeof(DefRes) / sizeof(DefRes[0]);