From 9f205ae53d29127c54d416b5ca024fb625b1b950 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 10 Apr 2006 17:14:45 +0000 Subject: * add volume control for sources * add channel map information to sinks/source/sink inputs/source outputs git-svn-id: file:///home/lennart/svn/public/paman/trunk@54 cdefa82f-4ce1-0310-97f5-ab6066f37c3c --- src/SinkWindow.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/SinkWindow.hh') diff --git a/src/SinkWindow.hh b/src/SinkWindow.hh index b3c26a8..dcabb3b 100644 --- a/src/SinkWindow.hh +++ b/src/SinkWindow.hh @@ -38,6 +38,7 @@ public: *descriptionLabel, *indexLabel, *sampleTypeLabel, + *channelMapLabel, *latencyLabel, *ownerModuleLabel, *monitorSourceLabel, @@ -64,8 +65,9 @@ public: virtual void onVolumeScaleValueChanged(); virtual void onVolumeResetButton(); virtual void onVolumeMuteButton(); - virtual bool on_delete_event(GdkEventAny* e); virtual void onVolumeMeterButton(); + + virtual bool on_delete_event(GdkEventAny* e); }; #endif -- cgit