Combined displaying time search and replay mode

This commit is contained in:
Klaus Schmidinger
2001-09-14 15:10:12 +02:00
parent e425cb9434
commit 1a2c3e1b84
2 changed files with 21 additions and 13 deletions

5
menu.h
View File

@@ -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);