* Add volume bar to osd timeouts in the OSD setup

This commit is contained in:
Michael Liebmann
2013-06-03 23:49:37 +02:00
parent fc3829d695
commit d08d18522e
9 changed files with 22 additions and 18 deletions

View File

@@ -47,7 +47,7 @@ class CVolume : public CChangeObserver
static CVolume* getInstance();
void setvol(int vol);
void setVolume(const neutrino_msg_t key, bool nowait = false);
void setVolume(const neutrino_msg_t key);
void SetCurrentPid(int pid) { apid = pid; }
void SetCurrentChannel(t_channel_id id) { channel_id = id; }