summaryrefslogtreecommitdiff
path: root/watch.h
diff options
context:
space:
mode:
authorroot <root@ion.localnet>2010-07-11 16:16:46 +0200
committerroot <root@ion.localnet>2010-07-11 16:16:46 +0200
commit387018c94f7cd138cba5fe85eb0c5c58a0a7f00c (patch)
tree60b3c85425f680c203e8416b7aa4ad7ac95d495b /watch.h
parentbb560a735a93448872e0d954bac3d36e3b410051 (diff)
downloadvdr-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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/watch.h b/watch.h
index 0fd81d1..4a71a7c 100644
--- a/watch.h
+++ b/watch.h
@@ -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 &current, int &total) const;
- bool CurrentTime();
+ bool CurrentTime(time_t ts);
bool ReplayTime();
const char * FormatReplayTime(int current, int total) const;
public: