SDL: fixed alt-tab from locking up the window system on Linux and Mac. [Hans Ostermeyer]

This commit is contained in:
Olivier Galibert 2016-10-24 10:42:30 +02:00
parent 129c0feeed
commit e33eb48ad0

View File

@ -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