diff options
Diffstat (limited to 'vdr_player.h')
| -rw-r--r-- | vdr_player.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vdr_player.h b/vdr_player.h index af39429..70e8b3c 100644 --- a/vdr_player.h +++ b/vdr_player.h @@ -49,7 +49,10 @@ private: //! \brief indicates, whether an osd is currently displayed bool m_has_osd; + //! \brief indicates, whether the osd displays a track view (true) or a playlist view (false) bool m_track_view; + + //! \brief indicates, whether the osd presents progress (true) or detail information (false) bool m_progress_view; #if VDRVERSNUM >= 10307 |
