summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-11-24 10:45:39 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-11-24 10:45:39 +0100
commit08e4f36ccdee163b6925f09f591fbc8ce8c2611b (patch)
tree89289f25cee0ef8cfa03f4bd24de96e302971875 /menu.h
parente3a8fb1065b3ee38ec722d8a58179cbac94aa2d8 (diff)
downloadvdr-08e4f36ccdee163b6925f09f591fbc8ce8c2611b.tar.gz
vdr-08e4f36ccdee163b6925f09f591fbc8ce8c2611b.tar.bz2
Plugins can now have their own raw OSD
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/menu.h b/menu.h
index be70e53a..ae7d0a91 100644
--- a/menu.h
+++ b/menu.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.h 1.49 2002/10/27 12:04:49 kls Exp $
+ * $Id: menu.h 1.50 2002/11/23 14:51:32 kls Exp $
*/
#ifndef __MENU_H
@@ -20,10 +20,12 @@ class cMenuMain : public cOsdMenu {
private:
time_t lastActivity;
bool replaying;
+ static cOsdObject *pluginOsdObject;
void Set(void);
public:
cMenuMain(bool Replaying, eOSState State = osUnknown);
virtual eOSState ProcessKey(eKeys Key);
+ static cOsdObject *PluginOsdObject(void);
};
class cDisplayChannel : public cOsdObject {