summaryrefslogtreecommitdiff
path: root/client/screen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/screen.cpp')
-rw-r--r--client/screen.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/screen.cpp b/client/screen.cpp
index f17a0ba..7259ed4 100644
--- a/client/screen.cpp
+++ b/client/screen.cpp
@@ -830,7 +830,11 @@ void RedScreen::show_full_screen()
return;
}
RecurciveLock lock(_update_lock);
+#ifndef WIN32
+ /* performing hide during resolution changes resulted in
+ missing WM_KEYUP events */
hide();
+#endif
save_position();
_full_screen = true;
__show_full_screen();