Fixed some whitespace.
--HG-- extra : rebase_source : f10a447a25fafe9bc7a56dba0e6ebc74a3804063
This commit is contained in:
parent
ab545a05b9
commit
a60814585d
1 changed files with 2 additions and 2 deletions
|
@ -2111,7 +2111,7 @@ SDL_OnWindowFocusLost(SDL_Window * window)
|
|||
SDL_UpdateWindowGrab(window);
|
||||
|
||||
/* If we're fullscreen and lose focus, minimize unless the hint tells us otherwise */
|
||||
if ((window->flags & SDL_WINDOW_FULLSCREEN) && ShouldMinimizeOnFocusLoss() ) {
|
||||
if ((window->flags & SDL_WINDOW_FULLSCREEN) && ShouldMinimizeOnFocusLoss()) {
|
||||
SDL_MinimizeWindow(window);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue