diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-02-13 13:35:39 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-02-13 13:35:39 +0200 |
commit | 95df7abfb8ff46fba1bda1e696184682a5766fda (patch) | |
tree | 2f975446d82b84ad281e6ea6b4462d8a19d6e572 /src/ui/window.h | |
parent | 9eba54d16f19fc976b64a678c151a6f03883658c (diff) |
Windows: Further custom frame improvements
Saving the window rectangle and snap mode. Frame title alignment.
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 6063df88..a914cd43 100644 --- a/src/ui/window.h +++ b/src/ui/window.h | |||
@@ -63,6 +63,7 @@ struct Impl_Window { | |||
63 | iBool isExposed; | 63 | iBool isExposed; |
64 | iBool isMinimized; | 64 | iBool isMinimized; |
65 | iBool isMouseInside; | 65 | iBool isMouseInside; |
66 | iBool ignoreClick; | ||
66 | uint32_t focusGainedAt; | 67 | uint32_t focusGainedAt; |
67 | SDL_Renderer *render; | 68 | SDL_Renderer *render; |
68 | iWidget * root; | 69 | iWidget * root; |