mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-07-30 11:03:38 +00:00
[client] always set the minimize on focus loss hint
This commit is contained in:
parent
4a823d0e4f
commit
f36c674791
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue