diff options
author | root <root@ion.localnet> | 2010-07-11 16:16:46 +0200 |
---|---|---|
committer | root <root@ion.localnet> | 2010-07-11 16:16:46 +0200 |
commit | 387018c94f7cd138cba5fe85eb0c5c58a0a7f00c (patch) | |
tree | 60b3c85425f680c203e8416b7aa4ad7ac95d495b /watch.h | |
parent | bb560a735a93448872e0d954bac3d36e3b410051 (diff) | |
download | vdr-plugin-targavfd-387018c94f7cd138cba5fe85eb0c5c58a0a7f00c.tar.gz vdr-plugin-targavfd-387018c94f7cd138cba5fe85eb0c5c58a0a7f00c.tar.bz2 |
* Add option to control volume bargraph
Diffstat (limited to 'watch.h')
-rw-r--r-- | watch.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -82,6 +82,8 @@ private: int m_nLastVolume; bool m_bVolumeMute; + time_t tsVolumeLast; + cString* osdTitle; cString* osdItem; @@ -100,7 +102,7 @@ protected: bool RenderScreen(bool bReDraw); eReplayState ReplayMode() const; bool ReplayPosition(int ¤t, int &total) const; - bool CurrentTime(); + bool CurrentTime(time_t ts); bool ReplayTime(); const char * FormatReplayTime(int current, int total) const; public: |