summaryrefslogtreecommitdiff
path: root/src/ui/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window.h')
-rw-r--r--src/ui/window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/window.h b/src/ui/window.h
index 8cadad1b..9e3f16bc 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -36,6 +36,7 @@ struct Impl_Window {
36 SDL_Window * win; 36 SDL_Window * win;
37 iInt2 initialPos; 37 iInt2 initialPos;
38 iRect lastRect; /* updated when window is moved/resized */ 38 iRect lastRect; /* updated when window is moved/resized */
39 iInt2 lastNotifiedSize; /* keep track of horizontal/vertical notifications */
39 iBool isDrawFrozen; /* avoids premature draws while restoring window state */ 40 iBool isDrawFrozen; /* avoids premature draws while restoring window state */
40 iBool isMouseInside; 41 iBool isMouseInside;
41 uint32_t focusGainedAt; 42 uint32_t focusGainedAt;