summaryrefslogtreecommitdiff
path: root/src/ui/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window.c')
-rw-r--r--src/ui/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.c b/src/ui/window.c
index 1c0c0394..e7945c62 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -1827,7 +1827,7 @@ void draw_Window(iWindow *d) {
1827 } 1827 }
1828 } 1828 }
1829#endif 1829#endif
1830 const int winFlags = SDL_GetWindowFlags(d->win); 1830 const int winFlags = SDL_GetWindowFlags(d->win);
1831 const iBool gotFocus = (winFlags & SDL_WINDOW_INPUT_FOCUS) != 0; 1831 const iBool gotFocus = (winFlags & SDL_WINDOW_INPUT_FOCUS) != 0;
1832 /* Clear the window. The clear color is visible as a border around the window 1832 /* Clear the window. The clear color is visible as a border around the window
1833 when the custom frame is being used. */ { 1833 when the custom frame is being used. */ {