mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 04:57:54 +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
1 changed files with 0 additions and 3 deletions
|
@ -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 a new issue