summaryrefslogtreecommitdiff
path: root/windows/mainwindow.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2020-08-21 00:42:46 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2020-08-21 00:42:46 -0400
commit6f11aa4dae4c7334b150752f5cf8d270ce746d9c (patch)
tree45d7ed1776b9294ce5a0f89f872aff5e21a1f425 /windows/mainwindow.hpp
parenta201d5905ad9188e890eeb0cc0aee8d4fb9dcf3c (diff)
downloadabaddon-portaudio-6f11aa4dae4c7334b150752f5cf8d270ce746d9c.tar.gz
abaddon-portaudio-6f11aa4dae4c7334b150752f5cf8d270ce746d9c.zip
shitty MESSAGE_CREATE handling
Diffstat (limited to 'windows/mainwindow.hpp')
-rw-r--r--windows/mainwindow.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/mainwindow.hpp b/windows/mainwindow.hpp
index adf82ef..240d744 100644
--- a/windows/mainwindow.hpp
+++ b/windows/mainwindow.hpp
@@ -13,6 +13,8 @@ public:
void UpdateChannelListing();
void UpdateChatWindowContents();
void UpdateChatActiveChannel(Snowflake id);
+ Snowflake GetChatActiveChannel() const;
+ void UpdateChatNewMessage(Snowflake id);
protected:
Gtk::Box m_main_box;