mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] removed invalid MS Windows specific hint
See: https://wiki.libsdl.org/SDL_HINT_WINDOWS_NO_CLOSE_ON_ALT_F4 > A hint that specifies that SDL should not to generate > SDL_WINDOWEVENT_CLOSE events for Alt+F4 on Microsoft Windows.
This commit is contained in:
parent
9e02131525
commit
ce60cafa19
@ -814,9 +814,6 @@ int run()
|
||||
)
|
||||
);
|
||||
|
||||
if (params.ignoreQuit)
|
||||
SDL_SetHint(SDL_HINT_WINDOWS_NO_CLOSE_ON_ALT_F4, "1");
|
||||
|
||||
if (params.fullscreen)
|
||||
SDL_SetHint(SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS, "0");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user