From 4262ae6c87b4c11f7fe958a91fdd3333a8c5138c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 1 Nov 2020 23:29:01 +0100 Subject: Matrix: cache sync --- include/QuickMedia.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/QuickMedia.hpp') 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 page_stack; int image_index; -- cgit v1.2.3