summaryrefslogtreecommitdiff
path: root/osdmenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdmenu.h')
-rw-r--r--osdmenu.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/osdmenu.h b/osdmenu.h
new file mode 100644
index 0000000..5c8163b
--- /dev/null
+++ b/osdmenu.h
@@ -0,0 +1,22 @@
+#ifndef __OSDMENU_H__
+#define __OSDMENU_H__
+
+#include <vdr/menu.h>
+#include <vdr/status.h>
+
+class myOsdMenu : public cOsdMenu
+{
+private:
+ int LastGamma, LastBrightness, LastSmooth;
+ int LastStatus, LastMode;
+
+ void MySetHelp(void);
+public:
+ myOsdMenu();
+ ~myOsdMenu();
+
+ virtual eOSState ProcessKey(eKeys Key);
+};
+
+
+#endif \ No newline at end of file