diff options
author | dec05eba <dec05eba@protonmail.com> | 2019-01-27 17:09:52 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-08-19 00:14:44 +0200 |
commit | b143297961e93329d2c522194602e0850147e693 (patch) | |
tree | 20d3285886d125c80070ccead63dc4379594fb26 /include/Window.hpp | |
parent | 61c3ec1e6e8f26f6d1efc271794e791ecde8f1e2 (diff) |
FUCK GTK GARBAGE DO NOT EVER USE AGAIN
Diffstat (limited to 'include/Window.hpp')
-rw-r--r-- | include/Window.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Window.hpp b/include/Window.hpp index b33605b..bff2e48 100644 --- a/include/Window.hpp +++ b/include/Window.hpp @@ -21,6 +21,8 @@ namespace dchat Window(); virtual ~Window(); + void refresh(); + std::shared_ptr<Rooms> rooms; WindowNotification *windowNotification; private: @@ -62,5 +64,6 @@ namespace dchat Glib::Dispatcher dispatcher; std::recursive_mutex dispatcherMutex; std::vector<DispatcherHandler> dispatcherHandlers; + bool needUpdate; }; } |