MoviePlayer: Fix display 'info clock' and 'file time' when show movie infos

This commit is contained in:
M. Liebmann
2014-04-21 10:32:01 +02:00
parent c68e2f66f1
commit 92cc47f383
2 changed files with 11 additions and 3 deletions

View File

@@ -58,5 +58,7 @@ class CTimeOSD : public CComponentsFrmClock
bool IsVisible() {return m_mode != MODE_HIDE;}
void update(int position, int duration);
void switchMode(int position, int duration);
mode getMode() { return m_mode; };
void setMode (mode mode_) { m_mode = mode_; };
};
#endif