summaryrefslogtreecommitdiff
path: root/src/components/channellist/cellrendererchannels.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2024-03-12 04:15:21 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2024-03-12 04:15:21 -0400
commit98218dfde37ce595401a0c1446d9e40418cc15d6 (patch)
tree0bbd088229804c4317f33cccb71e14a07d9a9e17 /src/components/channellist/cellrendererchannels.hpp
parentb3a8356e6bb0c5adf40ca68a4a5daf50ef2ada26 (diff)
downloadabaddon-portaudio-98218dfde37ce595401a0c1446d9e40418cc15d6.tar.gz
abaddon-portaudio-98218dfde37ce595401a0c1446d9e40418cc15d6.zip
initial stages stuff
Diffstat (limited to 'src/components/channellist/cellrendererchannels.hpp')
-rw-r--r--src/components/channellist/cellrendererchannels.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/channellist/cellrendererchannels.hpp b/src/components/channellist/cellrendererchannels.hpp
index e142b2a..a1c020b 100644
--- a/src/components/channellist/cellrendererchannels.hpp
+++ b/src/components/channellist/cellrendererchannels.hpp
@@ -19,6 +19,7 @@ enum class RenderType : uint8_t {
// TODO: maybe enable anyways but without ability to join if no voice support
#ifdef WITH_VOICE
VoiceChannel,
+ VoiceStage, // identical to non-stage except for icon
VoiceParticipant,
#endif
@@ -117,7 +118,8 @@ protected:
Gtk::Widget &widget,
const Gdk::Rectangle &background_area,
const Gdk::Rectangle &cell_area,
- Gtk::CellRendererState flags);
+ Gtk::CellRendererState flags,
+ const char *emoji);
// voice participant
void get_preferred_width_vfunc_voice_participant(Gtk::Widget &widget, int &minimum_width, int &natural_width) const;