From 0a84f669d3d4c72c498b01b999dd89af7f917480 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 16 Sep 2004 00:02:32 +0000 Subject: update to new API show source and source_output latencies ad kill buttons to client/sink_input/source_output (incomplete) add vumeter buttons to sink/source git-svn-id: file:///home/lennart/svn/public/paman/trunk@33 cdefa82f-4ce1-0310-97f5-ab6066f37c3c --- src/SinkWindow.hh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/SinkWindow.hh') 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 -- cgit