diff options
Diffstat (limited to 'vdr_player.h')
| -rw-r--r-- | vdr_player.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vdr_player.h b/vdr_player.h index 3731b9d..d39d9d8 100644 --- a/vdr_player.h +++ b/vdr_player.h @@ -48,9 +48,14 @@ private: //! \brief indicates, whether an osd is currently displayed bool m_has_osd; + + bool m_track_view; + bool m_progress_view; + #if VDRVERSNUM >= 10307 //! \brief a replay display to show the progress during playback cSkinDisplayReplay *m_display; + cSkinDisplayMenu *m_menu; cOsd *osd; const cFont *font; @@ -121,6 +126,10 @@ public: //! \brief a progress display void ShowProgress(); + void Display(); + + void ShowContents(); + //! \brief hide the osd, if present void Hide(); |
