diff options
author | phintuka <phintuka> | 2006-09-06 18:00:56 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-09-06 18:00:56 +0000 |
commit | 948a072ac112b2e44d0586065b2d5dfaa6928945 (patch) | |
tree | 2ad85e64492c05a6db30f0187584258da2ccb34b | |
parent | f2a0a38661556937f1a67cc70ecea0b68da0bac8 (diff) | |
download | xineliboutput-948a072ac112b2e44d0586065b2d5dfaa6928945.tar.gz xineliboutput-948a072ac112b2e44d0586065b2d5dfaa6928945.tar.bz2 |
Random mode flag
-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; |