summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2016-10-24 10:42:30 +0200
committer Olivier Galibert <galibert@pobox.com>2016-10-24 10:42:30 +0200
commite33eb48ad04270772df3ec15920f36141d274076 (patch)
treea6a7fa3f1cbd18f54e959978b495e916f8209b4c /src/osd
parent129c0feeed5e3d66e489f3445f4390cd139658aa (diff)
SDL: fixed alt-tab from locking up the window system on Linux and Mac. [Hans Ostermeyer]
Diffstat (limited to 'src/osd')
-rw-r--r--src/osd/sdl/window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/sdl/window.cpp b/src/osd/sdl/window.cpp
index 38cef1d496c..48c811f4cf1 100644
--- a/src/osd/sdl/window.cpp
+++ b/src/osd/sdl/window.cpp
@@ -298,7 +298,7 @@ void sdl_window_info::toggle_full_screen()
machine().ui().menu_reset();
// kill off the drawers
renderer_reset();
- set_platform_window(nullptr);
+// set_platform_window(nullptr);
bool is_osx = false;
#ifdef SDLMAME_MACOSX
// FIXME: This is weird behaviour and certainly a bug in SDL