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 9ac3bc00..cd2e3814 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -72,6 +72,7 @@ struct Impl_Window {
72 uint32_t frameTime; 72 uint32_t frameTime;
73 double presentTime; 73 double presentTime;
74 SDL_Texture * appIcon; 74 SDL_Texture * appIcon;
75 SDL_Texture * borderShadow;
75 SDL_Cursor * cursors[SDL_NUM_SYSTEM_CURSORS]; 76 SDL_Cursor * cursors[SDL_NUM_SYSTEM_CURSORS];
76 SDL_Cursor * pendingCursor; 77 SDL_Cursor * pendingCursor;
77 int loadAnimTimer; 78 int loadAnimTimer;