projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dfb72a
)
Reposition menu on fullscreen toggle
author
Ingo Ruhnke
<grumbel@gmx.de>
Sun, 25 May 2008 17:12:12 +0000
(17:12 +0000)
committer
Ingo Ruhnke
<grumbel@gmx.de>
Sun, 25 May 2008 17:12:12 +0000
(17:12 +0000)
SVN-Revision: 5519
src/mainloop.cpp
patch
|
blob
|
history
diff --git
a/src/mainloop.cpp
b/src/mainloop.cpp
index
4106f59
..
2da35d1
100644
(file)
--- a/
src/mainloop.cpp
+++ b/
src/mainloop.cpp
@@
-205,6
+205,7
@@
MainLoop::process_events()
{
config->use_fullscreen = !config->use_fullscreen;
init_video();
+ Menu::recalc_pos();
}
else if (event.key.keysym.sym == SDLK_PRINT ||
event.key.keysym.sym == SDLK_F12)