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