diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-04-07 06:51:25 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-04-07 06:51:25 +0200 |
commit | 477bc6687a05f2820dcd1b8f2663b4a5537fb3ea (patch) | |
tree | 8057ee37bbfb19149caea9e1a59d6bdf2ee83af0 /include | |
parent | 9939b656bf6a383b793f8b5b402d60b44345a097 (diff) |
Matrix: mark window as urgent when being mentioned or receiving an invite
Diffstat (limited to 'include')
-rw-r--r-- | include/QuickMedia.hpp | 2 |
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); |