mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
SDL: fixed alt-tab from locking up the window system on Linux and Mac. [Hans Ostermeyer]
This commit is contained in:
parent
129c0feeed
commit
e33eb48ad0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user