diff options
Diffstat (limited to 'src/ui/window.h')
-rw-r--r-- | src/ui/window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/window.h b/src/ui/window.h index da4a2123..3ede1578 100644 --- a/src/ui/window.h +++ b/src/ui/window.h | |||
@@ -37,6 +37,7 @@ struct Impl_Window { | |||
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 | iBool isDrawFrozen; /* avoids premature draws while restoring window state */ | 39 | iBool isDrawFrozen; /* avoids premature draws while restoring window state */ |
40 | iBool isMouseInside; | ||
40 | SDL_Renderer *render; | 41 | SDL_Renderer *render; |
41 | iWidget * root; | 42 | iWidget * root; |
42 | float pixelRatio; | 43 | float pixelRatio; |