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 2ab5d990..98c63957 100644 --- a/src/ui/window.h +++ b/src/ui/window.h | |||
@@ -90,6 +90,7 @@ void setCursor_Window (iWindow *, int cursor); | |||
90 | void setSnap_Window (iWindow *, int snapMode); | 90 | void setSnap_Window (iWindow *, int snapMode); |
91 | void setKeyboardHeight_Window(iWindow *, int height); | 91 | void setKeyboardHeight_Window(iWindow *, int height); |
92 | void dismissPortraitPhoneSidebars_Window (iWindow *); | 92 | void dismissPortraitPhoneSidebars_Window (iWindow *); |
93 | iBool postContextClick_Window (iWindow *, const SDL_MouseButtonEvent *); | ||
93 | 94 | ||
94 | uint32_t id_Window (const iWindow *); | 95 | uint32_t id_Window (const iWindow *); |
95 | iInt2 rootSize_Window (const iWindow *); | 96 | iInt2 rootSize_Window (const iWindow *); |