From 477bc6687a05f2820dcd1b8f2663b4a5537fb3ea Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 7 Apr 2021 06:51:25 +0200 Subject: Matrix: mark window as urgent when being mentioned or receiving an invite --- include/QuickMedia.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 &tabs, const char *start_dir); -- cgit v1.2.3