diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-12-15 09:28:39 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-12-15 09:29:01 +0200 |
commit | 618e415be858313404d1217cbc6c2d14480889a5 (patch) | |
tree | f64dd5ce7093d2c362e7063837f79a3535974b6a /src/ui/window.h | |
parent | 4c9b64718665381f491edbdcb6ffc8bcc5dbda4d (diff) |
Window: Show a little animation during downloads
The Stop/Reload button shows a little Unicode animation during downloads.
IssueID #101
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 2b68d7aa..4b6a6e7a 100644 --- a/src/ui/window.h +++ b/src/ui/window.h | |||
@@ -47,6 +47,7 @@ struct Impl_Window { | |||
47 | double presentTime; | 47 | double presentTime; |
48 | SDL_Cursor * cursors[SDL_NUM_SYSTEM_CURSORS]; | 48 | SDL_Cursor * cursors[SDL_NUM_SYSTEM_CURSORS]; |
49 | SDL_Cursor * pendingCursor; | 49 | SDL_Cursor * pendingCursor; |
50 | int loadAnimTimer; | ||
50 | }; | 51 | }; |
51 | 52 | ||
52 | iBool processEvent_Window (iWindow *, const SDL_Event *); | 53 | iBool processEvent_Window (iWindow *, const SDL_Event *); |