diff options
Diffstat (limited to 'media_player.h')
-rw-r--r-- | media_player.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media_player.h b/media_player.h index 344997e0..1ae6ed83 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.14 2007-07-18 12:40:07 phintuka Exp $ + * $Id: media_player.h,v 1.15 2008-01-10 23:41:24 phelin Exp $ * */ @@ -42,6 +42,9 @@ class cXinelibPlayerControl : public cControl int m_CurrentLen; bool m_BlinkState; + cTimeMs lastTime; + int number; + void MsgReplaying(const char *Title, const char *File); public: |