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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/window.h b/src/ui/window.h
index b4e348d2..5abf23eb 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -118,6 +118,8 @@ struct Impl_MainWindow {
118 SDL_Texture * appIcon; 118 SDL_Texture * appIcon;
119 int keyboardHeight; /* mobile software keyboards */ 119 int keyboardHeight; /* mobile software keyboards */
120 int maxDrawableHeight; 120 int maxDrawableHeight;
121 iBool enableBackBuf; /* only used on macOS with Metal (helps with refresh glitches for some reason??) */
122 SDL_Texture * backBuf; /* enables refreshing the window without redrawing anything */
121}; 123};
122 124
123iLocalDef enum iWindowType type_Window(const iAnyWindow *d) { 125iLocalDef enum iWindowType type_Window(const iAnyWindow *d) {