projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e35c4b
)
Reverted last commit of Ricardo. The change led to unavoidable crashs in many X confi...
author
Tobias Gläßer
<tobi.web@gmx.de>
Wed, 11 Aug 2004 15:32:21 +0000
(15:32 +0000)
committer
Tobias Gläßer
<tobi.web@gmx.de>
Wed, 11 Aug 2004 15:32:21 +0000
(15:32 +0000)
SVN-Revision: 1749
src/misc.cpp
patch
|
blob
|
history
diff --git
a/src/misc.cpp
b/src/misc.cpp
index
2fbe16e
..
7873929
100644
(file)
--- 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: