mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-22 11:48:10 +00:00
respect minimizeOnFocusLoss
This commit is contained in:
parent
fe7d611fb9
commit
4843a278ff
1 changed files with 1 additions and 1 deletions
|
@ -1152,7 +1152,7 @@ static int lg_run()
|
|||
return 1;
|
||||
}
|
||||
|
||||
if (params.fullscreen || !params.minimizeOnFocusLoss)
|
||||
if (params.fullscreen && !params.minimizeOnFocusLoss)
|
||||
SDL_SetHint(SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS, "0");
|
||||
|
||||
if (!params.noScreensaver)
|
||||
|
|
Loading…
Reference in a new issue