summaryrefslogtreecommitdiff
path: root/src/components/channels.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2022-04-07 00:21:24 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2022-04-07 00:21:24 -0400
commit1d981d2c5a733e976cd4128aac6fbdfb124e66af (patch)
treeae6423102e0dc4632d7e86a055a8df1228687d4c /src/components/channels.hpp
parentc2b7ca780e68c5c38b0001e401b241259db98cf2 (diff)
downloadabaddon-portaudio-1d981d2c5a733e976cd4128aac6fbdfb124e66af.tar.gz
abaddon-portaudio-1d981d2c5a733e976cd4128aac6fbdfb124e66af.zip
fix menus looking weird when opened for first time
Diffstat (limited to 'src/components/channels.hpp')
-rw-r--r--src/components/channels.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/components/channels.hpp b/src/components/channels.hpp
index d499f5b..044d0b5 100644
--- a/src/components/channels.hpp
+++ b/src/components/channels.hpp
@@ -134,11 +134,11 @@ protected:
Gtk::MenuItem m_menu_thread_mark_as_read;
Gtk::MenuItem m_menu_thread_toggle_mute;
- void OnGuildSubmenuPopup(const Gdk::Rectangle *flipped_rect, const Gdk::Rectangle *final_rect, bool flipped_x, bool flipped_y);
- void OnCategorySubmenuPopup(const Gdk::Rectangle *flipped_rect, const Gdk::Rectangle *final_rect, bool flipped_x, bool flipped_y);
- void OnChannelSubmenuPopup(const Gdk::Rectangle *flipped_rect, const Gdk::Rectangle *final_rect, bool flipped_x, bool flipped_y);
- void OnDMSubmenuPopup(const Gdk::Rectangle *flipped_rect, const Gdk::Rectangle *final_rect, bool flipped_x, bool flipped_y);
- void OnThreadSubmenuPopup(const Gdk::Rectangle *flipped_rect, const Gdk::Rectangle *final_rect, bool flipped_x, bool flipped_y);
+ void OnGuildSubmenuPopup();
+ void OnCategorySubmenuPopup();
+ void OnChannelSubmenuPopup();
+ void OnDMSubmenuPopup();
+ void OnThreadSubmenuPopup();
bool m_updating_listing = false;