Reverted last commit of Ricardo. The change led to unavoidable crashs in many X confi...
authorTobias Gläßer <tobi.web@gmx.de>
Wed, 11 Aug 2004 15:32:21 +0000 (15:32 +0000)
committerTobias Gläßer <tobi.web@gmx.de>
Wed, 11 Aug 2004 15:32:21 +0000 (15:32 +0000)
SVN-Revision: 1749

src/misc.cpp

index 2fbe16e..7873929 100644 (file)
@@ -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: