mirror of
https://github.com/yawut/SDL.git
synced 2026-08-28 03:34:44 -05:00
Fixed some whitespace.
This commit is contained in:
@@ -2111,8 +2111,8 @@ 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() ) {
|
||||
SDL_MinimizeWindow(window);
|
||||
if ((window->flags & SDL_WINDOW_FULLSCREEN) && ShouldMinimizeOnFocusLoss()) {
|
||||
SDL_MinimizeWindow(window);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user