diff options
author | phintuka <phintuka> | 2008-05-07 13:27:15 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-05-07 13:27:15 +0000 |
commit | fd541a7bae9981c0e17fbeb986e29dbcad68b45b (patch) | |
tree | 7bd015e02eae21f29442b6af2e6e8ba467759c59 /media_player.h | |
parent | 2665d73ede11d161e222546ac97226ef6e358bc5 (diff) | |
download | xineliboutput-1_0_1.tar.gz xineliboutput-1_0_1.tar.bz2 |
Added metainfo menuxineliboutput-1_0_1
(Patch from Petri Helin)
Diffstat (limited to 'media_player.h')
-rw-r--r-- | media_player.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media_player.h b/media_player.h index 1ae6ed83..8b55fceb 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.15 2008-01-10 23:41:24 phelin Exp $ + * $Id: media_player.h,v 1.16 2008-05-07 13:27:15 phintuka Exp $ * */ @@ -117,6 +117,8 @@ class cXinelibImagesControl : public cControl virtual void Hide(void); virtual eOSState ProcessKey(eKeys Key); + virtual cOsdObject *GetInfo(void); + static void Close(void); static bool IsOpen(void) { return m_Player != NULL; } }; |