summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-09-14 15:10:12 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-09-14 15:10:12 +0200
commit1a2c3e1b842517671089f4088179335aa33b7831 (patch)
tree7662f288a7070d918bc3bab1ac319ce845984117 /menu.h
parente425cb943457ace770538aaf3be421a40a26f99a (diff)
downloadvdr-1a2c3e1b842517671089f4088179335aa33b7831.tar.gz
vdr-1a2c3e1b842517671089f4088179335aa33b7831.tar.bz2
Combined displaying time search and replay mode
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/menu.h b/menu.h
index a03c26f3..bb31c72a 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.27 2001/09/14 13:42:08 kls Exp $
+ * $Id: menu.h 1.28 2001/09/14 15:09:49 kls Exp $
*/
#ifndef _MENU_H
@@ -118,7 +118,8 @@ private:
static int titleid;//XXX
#endif //DVDSUPPORT
static char *title;
- bool ShowMode(void);
+ void DisplayAtBottom(const char *s = NULL);
+ void ShowMode(void);
bool ShowProgress(bool Initial);
void MarkToggle(void);
void MarkJump(bool Forward);