added resolution 1280x800

origin
stpohle 19 years ago
parent d89b280132
commit 6c44111953

@ -1,6 +1,8 @@
$Id: ChangeLog,v 1.108 2006/08/13 21:26:50 stpohle Exp $
$Id: ChangeLog,v 1.109 2006/08/15 00:57:45 stpohle Exp $
Version 0.11.7 (still in progress)
- Added: resolution 1280x800
- Testing: Security Problems found by Luigi Auriemma
Bugs: A] memcpy crash in rscache_add
B] information disclosure in send_pkg

@ -1,4 +1,4 @@
/* $Id: configuration.c,v 1.79 2006/08/13 21:26:50 stpohle Exp $
/* $Id: configuration.c,v 1.80 2006/08/15 00:57:46 stpohle Exp $
* configuration */
#include <SDL.h>
@ -532,7 +532,8 @@ config_video ()
{"800x600", NULL},
{"1024x768", NULL},
{"1280x1024", NULL},
{"1600x1200", NULL}
{"1600x1200", NULL},
{"1280x800", NULL}
};
_charlist screenbpp[] = {
{"16", NULL},
@ -546,7 +547,7 @@ config_video ()
_menu *menu;
/* set all pointers in this array */
charlist_fillarraypointer (screenres, 5);
charlist_fillarraypointer (screenres, 6);
charlist_fillarraypointer (screenbpp, 3);
/* select the current settings */

Loading…
Cancel
Save