summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorMaarten Bosmans2011-01-26 11:44:30 +0100
committerColin Guthrie2011-03-03 14:52:21 +0100
commit5997290d1e0298ddd91444e19a5ad66b64c27d34 (patch)
tree05aec7f037d4f12e1d78e71eeae0431ecd63e6b9 /src/mainwindow.h
parentsource-outputs: Source outputs do not support volume control, so hide the mut... (diff)
downloadpavucontrol-slx-5997290d1e0298ddd91444e19a5ad66b64c27d34.tar.gz
pavucontrol-slx-5997290d1e0298ddd91444e19a5ad66b64c27d34.tar.xz
pavucontrol-slx-5997290d1e0298ddd91444e19a5ad66b64c27d34.zip
Add DONT_INHIBIT_AUTO_SUSPEND flag to monitor streams
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 2b2dc5c..a1e56f0 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -82,7 +82,7 @@ public:
void setConnectionState(gboolean connected);
void updateDeviceVisibility();
void reallyUpdateDeviceVisibility();
- void createMonitorStreamForSource(uint32_t source_idx);
+ pa_stream* createMonitorStreamForSource(uint32_t source_idx, uint32_t stream_idx);
void createMonitorStreamForSinkInput(SinkInputWidget* w, uint32_t sink_idx);
void setIconFromProplist(Gtk::Image *icon, pa_proplist *l, const char *name);