This commit is contained in:
cxgeorge 2001-12-20 05:43:16 +00:00
parent 6b7f839c5b
commit 9b259b4828

View File

@ -853,7 +853,7 @@ void event_D(CPT_Event) {
} }
// sample code to verify and pick a new fullscreen size dynamically // sample code to verify and pick a new fullscreen size dynamically
#define NUMWINDOWSIZES 4 #define NUMWINDOWSIZES 5
static int cur_winsize_idx=0; static int cur_winsize_idx=0;
static unsigned int window_sizearr[NUMWINDOWSIZES*2] = static unsigned int window_sizearr[NUMWINDOWSIZES*2] =
{640,480, 1024,768, 800,600, 454,656, 1280,1024}; {640,480, 1024,768, 800,600, 454,656, 1280,1024};