Fix paint VolumeBar on InfoViewer

This commit is contained in:
Michael Liebmann
2013-06-26 22:36:08 +02:00
parent 2a63a85584
commit 31e2dae622
5 changed files with 60 additions and 24 deletions

View File

@@ -51,6 +51,8 @@ class CVolume : public CChangeObserver
void SetCurrentPid(int pid) { apid = pid; }
void SetCurrentChannel(t_channel_id id) { channel_id = id; }
bool hideVolscale();
void showVolscale();
bool changeNotify(const neutrino_locale_t OptionName, void *);
};