diff options
Diffstat (limited to 'media_player.h')
-rw-r--r-- | media_player.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media_player.h b/media_player.h index 47cf9e8d..fb66fccf 100644 --- a/media_player.h +++ b/media_player.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: media_player.h,v 1.6 2006-09-06 18:00:56 phintuka Exp $ + * $Id: media_player.h,v 1.7 2006-12-19 08:53:37 phintuka Exp $ * */ @@ -38,6 +38,7 @@ class cXinelibPlayerControl : public cControl bool m_ShowModeOnly; eMainMenuMode m_Mode; bool m_RandomPlay; + time_t m_AutoShowStart; static int m_SubtitlePos; |