summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-04-23 15:38:16 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-04-23 15:38:16 +0200
commit160c6ec5eb369d309350e9fdf588e29d4ea215bd (patch)
treee3fc59f1dba568d3b2f895c6fca2626045a609dd /menu.h
parent88f13b1b296218589a44dac227964a8a47a75e50 (diff)
downloadvdr-160c6ec5eb369d309350e9fdf588e29d4ea215bd.tar.gz
vdr-160c6ec5eb369d309350e9fdf588e29d4ea215bd.tar.bz2
Implemented replay progress display
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/menu.h b/menu.h
index 813beecd..096c7a57 100644
--- a/menu.h
+++ b/menu.h
@@ -4,7 +4,7 @@
* See the main source file 'osm.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.h 1.2 2000/03/05 10:57:27 kls Exp $
+ * $Id: menu.h 1.3 2000/04/23 09:25:33 kls Exp $
*/
#ifndef _MENU_H
@@ -18,4 +18,11 @@ public:
virtual eOSState ProcessKey(eKeys Key);
};
+class cReplayDisplay {
+public:
+ cReplayDisplay(void);
+ ~cReplayDisplay();
+ eKeys ProcessKey(eKeys Key);
+ };
+
#endif //_MENU_H