fix(Pulseaudio): avoid handleScroll override

This commit is contained in:
Alex
2019-05-13 11:46:12 +02:00
parent 92967c7c06
commit 4f1defe6d5
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ class Pulseaudio : public ALabel {
static void sinkInfoCb(pa_context*, const pa_sink_info*, int, void*);
static void serverInfoCb(pa_context*, const pa_server_info*, void*);
static void volumeModifyCb(pa_context*, int, void*);
bool handleScroll(GdkEventScroll* e);
bool handleVolume(GdkEventScroll* e);
const std::string getPortIcon() const;