diff options
-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 fcb466ad..47cf9e8d 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.5 2006-09-06 15:30:42 phintuka Exp $ + * $Id: media_player.h,v 1.6 2006-09-06 18:00:56 phintuka Exp $ * */ @@ -37,6 +37,7 @@ class cXinelibPlayerControl : public cControl int m_Speed; bool m_ShowModeOnly; eMainMenuMode m_Mode; + bool m_RandomPlay; static int m_SubtitlePos; |