diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-03-18 15:45:24 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-03-18 15:45:24 +0200 |
commit | b0158f4246125cd44d2eb212c1c1d29fdcc2b54c (patch) | |
tree | 9922beca9a19337dfb86cc14e9362745066b21cf /src/ui/window.h | |
parent | 316b3cdc61984f0a8afd2d9a96c563d034c86444 (diff) |
Draw soft popup menu border shadows
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 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; |