--- tuxpuck-0.7.116/tuxpuck.c~ 2002-09-20 20:33:30 +0400 +++ tuxpuck-0.7.116/tuxpuck.c 2002-09-20 20:34:09 +0400 @@ -261,7 +261,7 @@ _settings = (Settings *) malloc(sizeof(Settings)); memset(_settings, 0, sizeof(Settings)); _settings->sound = 1; - _settings->fullscreen = 0; + _settings->fullscreen = 1; _settings->mouse_speed = 5; #ifndef windows homeDir = getenv("HOME");