aboutsummaryrefslogtreecommitdiff
path: root/include/QuickMedia.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-04-07 06:51:25 +0200
committerdec05eba <dec05eba@protonmail.com>2021-04-07 06:51:25 +0200
commit477bc6687a05f2820dcd1b8f2663b4a5537fb3ea (patch)
tree8057ee37bbfb19149caea9e1a59d6bdf2ee83af0 /include/QuickMedia.hpp
parent9939b656bf6a383b793f8b5b402d60b44345a097 (diff)
Matrix: mark window as urgent when being mentioned or receiving an invite
Diffstat (limited to 'include/QuickMedia.hpp')
-rw-r--r--include/QuickMedia.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp
index a8692bf..c792d2d 100644
--- a/include/QuickMedia.hpp
+++ b/include/QuickMedia.hpp
@@ -94,6 +94,8 @@ namespace QuickMedia {
const char* get_plugin_name() const;
void manga_get_watch_history(const char *plugin_name, BodyItems &history_items);
void youtube_get_watch_history(BodyItems &history_items);
+
+ void window_set_urgent();
private:
void init(Window parent_window);
void load_plugin_by_name(std::vector<Tab> &tabs, const char *start_dir);