Now defaults to 800x600 screen size.

This commit is contained in:
William Kendrick 2005-10-06 06:56:14 +00:00
parent cfedd567df
commit 301c22dad7
2 changed files with 7 additions and 3 deletions

View file

@ -7553,8 +7553,10 @@ static void setup(int argc, char * argv[])
use_print_config = 0;
mirrorstamps = 0;
disable_stamp_controls = 0;
WINDOW_WIDTH = 640;
WINDOW_HEIGHT = 480;
// WINDOW_WIDTH = 640;
// WINDOW_HEIGHT = 480;
WINDOW_WIDTH = 800;
WINDOW_HEIGHT = 600;
playfile = NULL;
recording = 0;
playing = 0;