summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-09-14 14:06:43 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-09-14 14:06:43 +0200
commit55135294197254a1b95e9552f3d465ef18fc7de4 (patch)
treef5169b4780c966a0194f623db08c3a08e0900f89 /menu.h
parentb47ce65b0354c0626b4a9650d96f83122f798b55 (diff)
downloadvdr-55135294197254a1b95e9552f3d465ef18fc7de4.tar.gz
vdr-55135294197254a1b95e9552f3d465ef18fc7de4.tar.bz2
Implemented replay mode display
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 d07684ae..a03c26f3 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.26 2001/09/08 13:58:46 kls Exp $
+ * $Id: menu.h 1.27 2001/09/14 13:42:08 kls Exp $
*/
#ifndef _MENU_H
@@ -102,7 +102,7 @@ class cReplayControl : public cOsdBase {
private:
cDvbApi *dvbApi;
cMarks marks;
- bool visible, shown, displayFrames;
+ bool visible, modeOnly, shown, displayFrames;
int lastCurrent, lastTotal;
time_t timeoutShow;
bool timeSearchActive, timeSearchHide;
@@ -118,6 +118,7 @@ private:
static int titleid;//XXX
#endif //DVDSUPPORT
static char *title;
+ bool ShowMode(void);
bool ShowProgress(bool Initial);
void MarkToggle(void);
void MarkJump(bool Forward);