diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-02-13 15:06:19 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-02-13 15:06:19 +0200 |
commit | 25b0f18eaf4ad71bf4a5fdb40465768a183ddc4e (patch) | |
tree | d7dcb898f33a1ca4fd7477e79ada62a07e5455b9 /src/ui/window.h | |
parent | 95df7abfb8ff46fba1bda1e696184682a5766fda (diff) |
Windows: Custom frame app icon, finishing touches
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 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; |