summaryrefslogtreecommitdiff
path: root/watch.h
diff options
context:
space:
mode:
Diffstat (limited to 'watch.h')
-rw-r--r--watch.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/watch.h b/watch.h
index 8ff9843..0ba9726 100644
--- a/watch.h
+++ b/watch.h
@@ -115,8 +115,10 @@ private:
eReplayMode m_eReplayMode;
cString* replayTitle;
- cString* replayShortTitle;
cString* replayTitleLast;
+
+ time_t tsCurrentLast;
+ cString* currentTime;
protected:
virtual void Action(void);
bool Program();
@@ -124,6 +126,7 @@ protected:
bool RenderScreen();
eReplayState ReplayMode() const;
bool ReplayPosition(int &current, int &total) const;
+ bool CurrentTime();
public:
ciMonWatch();
virtual ~ciMonWatch();
@@ -140,7 +143,7 @@ public:
void OsdCurrentItem(const char *sz);
void OsdStatusMessage(const char *sz);
- virtual bool SetFont(const char *szFont);
+ virtual bool SetFont(const char *szFont, int bTwoLineMode);
eIconState ForceIcon(unsigned int nIcon, eIconState nState);
};