From 78f51945418696073fe877f5f6f5faf19443b8a6 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sat, 17 Oct 2009 15:59:29 +0100 Subject: Allow for the sink input peak detect to survive across sink moves. --- src/streamwidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/streamwidget.h') diff --git a/src/streamwidget.h b/src/streamwidget.h index 215e332..28a2a47 100644 --- a/src/streamwidget.h +++ b/src/streamwidget.h @@ -43,6 +43,7 @@ public: pa_channel_map channelMap; pa_cvolume volume; + pa_stream *peak; ChannelWidget *channelWidgets[PA_CHANNELS_MAX]; -- cgit