summaryrefslogtreecommitdiff
path: root/osd.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-02-03 14:35:28 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2001-02-03 14:35:28 +0100
commitcaa96c00eaecd5f0c67f0575468dd088f2c8ee1e (patch)
tree5f016c95da5f294fa54ee6cb467ae9aeb3460302 /osd.h
parentb79ccf22921a93ee79d844e9f777ce5d6bf5ee3c (diff)
downloadvdr-caa96c00eaecd5f0c67f0575468dd088f2c8ee1e.tar.gz
vdr-caa96c00eaecd5f0c67f0575468dd088f2c8ee1e.tar.bz2
Implemented page up/down with 'Left'/'Right'
Diffstat (limited to 'osd.h')
-rw-r--r--osd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/osd.h b/osd.h
index 16d0ec2c..10b07147 100644
--- a/osd.h
+++ b/osd.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: osd.h 1.18 2000/12/24 10:16:52 kls Exp $
+ * $Id: osd.h 1.19 2001/02/03 14:14:23 kls Exp $
*/
#ifndef __OSD_H
@@ -85,6 +85,8 @@ protected:
void DisplayCurrent(bool Current);
void CursorUp(void);
void CursorDown(void);
+ void PageUp(void);
+ void PageDown(void);
void Mark(void);
eOSState AddSubMenu(cOsdMenu *SubMenu);
bool HasSubMenu(void) { return subMenu; }