From b143297961e93329d2c522194602e0850147e693 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 27 Jan 2019 17:09:52 +0100 Subject: FUCK GTK GARBAGE DO NOT EVER USE AGAIN --- include/Window.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/Window.hpp') 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; WindowNotification *windowNotification; private: @@ -62,5 +64,6 @@ namespace dchat Glib::Dispatcher dispatcher; std::recursive_mutex dispatcherMutex; std::vector dispatcherHandlers; + bool needUpdate; }; } -- cgit v1.2.3