From: Tobias Gläßer Date: Wed, 11 Aug 2004 15:32:21 +0000 (+0000) Subject: Reverted last commit of Ricardo. The change led to unavoidable crashs in many X confi... X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=672a77f554976dbee45f3c2815c07eac2d90b2b3;p=supertux.git Reverted last commit of Ricardo. The change led to unavoidable crashs in many X configurations including mine. The old behaviour should work correctly under a wide varity of platforms. SVN-Revision: 1749 --- diff --git a/src/misc.cpp b/src/misc.cpp index 2fbe16e84..7873929f2 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -56,11 +56,7 @@ void process_options_menu(void) if(use_fullscreen != options_menu->isToggled(MNID_FULLSCREEN)) { use_fullscreen = !use_fullscreen; -#ifdef WIN32 Setup::video(screen->w,screen->h); -#else - SDL_WM_ToggleFullScreen(screen); -#endif } break; case MNID_SOUND: