From 672a77f554976dbee45f3c2815c07eac2d90b2b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tobias=20Gl=C3=A4=C3=9Fer?= Date: Wed, 11 Aug 2004 15:32:21 +0000 Subject: [PATCH] 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 --- src/misc.cpp | 4 ---- 1 file changed, 4 deletions(-) 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: -- 2.11.0