From 948a072ac112b2e44d0586065b2d5dfaa6928945 Mon Sep 17 00:00:00 2001 From: phintuka Date: Wed, 6 Sep 2006 18:00:56 +0000 Subject: Random mode flag --- media_player.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3