cxgeorge 24 years ago
parent
commit
9b259b4828
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/framework/framework.cxx

+ 1 - 1
panda/src/framework/framework.cxx

@@ -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};