mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] always set the minimize on focus loss hint
This commit is contained in:
parent
4a823d0e4f
commit
f36c674791
@ -1492,8 +1492,8 @@ static int lg_run()
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (params.fullscreen && !params.minimizeOnFocusLoss)
|
||||
SDL_SetHint(SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS, "0");
|
||||
SDL_SetHint(SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS,
|
||||
params.minimizeOnFocusLoss ? "1" : "0");
|
||||
|
||||
if (!params.noScreensaver)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user