mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-13 01:38:20 +00:00
respect minimizeOnFocusLoss
This commit is contained in:
parent
fe7d611fb9
commit
4843a278ff
@ -1152,7 +1152,7 @@ static int lg_run()
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (params.fullscreen || !params.minimizeOnFocusLoss)
|
if (params.fullscreen && !params.minimizeOnFocusLoss)
|
||||||
SDL_SetHint(SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS, "0");
|
SDL_SetHint(SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS, "0");
|
||||||
|
|
||||||
if (!params.noScreensaver)
|
if (!params.noScreensaver)
|
||||||
|
Loading…
Reference in New Issue
Block a user