summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2009-10-17 15:59:29 +0100
committerColin Guthrie <cguthrie@mandriva.org>2009-10-17 15:59:29 +0100
commit78f51945418696073fe877f5f6f5faf19443b8a6 (patch)
tree5078b532e5607bd739dde4ca43ae551bb358bf77 /src/mainwindow.h
parent68e34013506c031c8679b3302c326f8c98c5e1f1 (diff)
Allow for the sink input peak detect to survive across sink moves.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 3c72ef3..0ee84b5 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -80,7 +80,7 @@ public:
void updateDeviceVisibility();
void reallyUpdateDeviceVisibility();
void createMonitorStreamForSource(uint32_t source_idx);
- void createMonitorStreamForSinkInput(uint32_t sink_input_idx, uint32_t sink_idx);
+ void createMonitorStreamForSinkInput(SinkInputWidget* w, uint32_t sink_idx);
void setIconFromProplist(Gtk::Image *icon, pa_proplist *l, const char *name);