summaryrefslogtreecommitdiff
path: root/media_player.h
diff options
context:
space:
mode:
Diffstat (limited to 'media_player.h')
-rw-r--r--media_player.h4
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; }
};