aboutsummaryrefslogtreecommitdiff
path: root/include/QuickMedia.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/QuickMedia.hpp')
-rw-r--r--include/QuickMedia.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp
index c043962..0641228 100644
--- a/include/QuickMedia.hpp
+++ b/include/QuickMedia.hpp
@@ -72,7 +72,7 @@ namespace QuickMedia {
void image_continuous_page(MangaImagesPage *images_page);
void image_board_thread_page(ImageBoardThreadPage *thread_page, Body *thread_body);
void chat_login_page();
- void chat_page(MatrixChatPage *chat_page, RoomData *current_room);
+ void chat_page(MatrixChatPage *matrix_chat_page, RoomData *current_room);
void after_matrix_login_page();
enum class LoadImageResult {
@@ -109,6 +109,8 @@ namespace QuickMedia {
const char *plugin_name = nullptr;
sf::Texture plugin_logo;
sf::Texture loading_icon;
+ sf::Sprite load_sprite;
+ sf::Clock load_sprite_timer;
PageType current_page;
std::stack<PageType> page_stack;
int image_index;