diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-11-24 10:45:39 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-11-24 10:45:39 +0100 |
commit | 08e4f36ccdee163b6925f09f591fbc8ce8c2611b (patch) | |
tree | 89289f25cee0ef8cfa03f4bd24de96e302971875 /plugin.h | |
parent | e3a8fb1065b3ee38ec722d8a58179cbac94aa2d8 (diff) | |
download | vdr-08e4f36ccdee163b6925f09f591fbc8ce8c2611b.tar.gz vdr-08e4f36ccdee163b6925f09f591fbc8ce8c2611b.tar.bz2 |
Plugins can now have their own raw OSD
Diffstat (limited to 'plugin.h')
-rw-r--r-- | plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: plugin.h 1.4 2002/05/13 15:32:14 kls Exp $ + * $Id: plugin.h 1.5 2002/11/16 14:22:24 kls Exp $ */ #ifndef __PLUGIN_H @@ -37,7 +37,7 @@ public: virtual void Housekeeping(void); virtual const char *MainMenuEntry(void); - virtual cOsdMenu *MainMenuAction(void); + virtual cOsdObject *MainMenuAction(void); virtual cMenuSetupPage *SetupMenu(void); virtual bool SetupParse(const char *Name, const char *Value); |