From 8d6fedf8177d0d2ced81e6d93d35c368b2ac69db Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 5 Feb 2014 23:20:33 +0100 Subject: Mixer: add class MixerListener Use a listener interface instead of GlobalEvents. --- src/mixer/MixerControl.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mixer/MixerControl.hxx') diff --git a/src/mixer/MixerControl.hxx b/src/mixer/MixerControl.hxx index 46a9138e6..75255d98c 100644 --- a/src/mixer/MixerControl.hxx +++ b/src/mixer/MixerControl.hxx @@ -30,10 +30,12 @@ class Mixer; class EventLoop; struct AudioOutput; struct MixerPlugin; +class MixerListener; struct config_param; Mixer * mixer_new(EventLoop &event_loop, const MixerPlugin &plugin, AudioOutput &ao, + MixerListener &listener, const config_param ¶m, Error &error); -- cgit v1.2.3