summaryrefslogtreecommitdiffstats
path: root/src/SinkWindow.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/SinkWindow.hh')
-rw-r--r--src/SinkWindow.hh5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/SinkWindow.hh b/src/SinkWindow.hh
index 1cb6708..bc88e30 100644
--- a/src/SinkWindow.hh
+++ b/src/SinkWindow.hh
@@ -26,11 +26,13 @@ public:
*toMonitorSourceButton,
*toOwnerModuleButton,
*volumeResetButton,
- *volumeMuteButton;
+ *volumeMuteButton,
+ *volumeMeterButton;
Gtk::HScale *volumeScale;
uint32_t index, owner_module, monitor_source;
+ Glib::ustring monitor_source_name;
void updateInfo(const SinkInfo &i);
@@ -41,6 +43,7 @@ public:
virtual void onVolumeResetButton();
virtual void onVolumeMuteButton();
virtual bool on_delete_event(GdkEventAny* e);
+ virtual void onVolumeMeterButton();
};
#endif