Add volume bar to osd timeouts in the OSD setup

Origin commit data
------------------
Commit: d08d18522e
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-03 (Mon, 03 Jun 2013)

Origin message was:
------------------
* 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 d8e4aa483c
commit 176d7e22a9
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; }