diff options
author | phintuka <phintuka> | 2006-09-06 15:30:42 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-09-06 15:30:42 +0000 |
commit | e15db8cbbef881c8b1f8c091f2f72300dcd10eee (patch) | |
tree | 9346ff2674626fe6fcd291f803587d15a3a2586d | |
parent | 5d8819d3a8602e16f85a167ee4fa0d45c70d67c1 (diff) | |
download | xineliboutput-e15db8cbbef881c8b1f8c091f2f72300dcd10eee.tar.gz xineliboutput-e15db8cbbef881c8b1f8c091f2f72300dcd10eee.tar.bz2 |
Simple playlist menu
-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 c58fa223..fcb466ad 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.4 2006-08-19 14:22:14 phintuka Exp $ + * $Id: media_player.h,v 1.5 2006-09-06 15:30:42 phintuka Exp $ * */ @@ -20,6 +20,8 @@ class cXinelibPlayer; class cSkinDisplayReplay; +class cPlaylistMenu; + class cXinelibPlayerControl : public cControl { private: @@ -30,6 +32,7 @@ class cXinelibPlayerControl : public cControl protected: cSkinDisplayReplay *m_DisplayReplay; + cPlaylistMenu *m_PlaylistMenu; int m_Speed; bool m_ShowModeOnly; |