Fix paint VolumeBar on InfoViewer

Origin commit data
------------------
Commit: 31e2dae622
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-26 (Wed, 26 Jun 2013)
This commit is contained in:
Michael Liebmann
2013-06-26 22:36:08 +02:00
parent c91e7889aa
commit 5e2fac3491
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 *);
};