summaryrefslogtreecommitdiff
path: root/watch.h
diff options
context:
space:
mode:
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: