summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-10-20 13:42:14 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-10-20 13:42:14 +0200
commit9a6e81fc3a9f500e938422bf88725a18b976185b (patch)
tree37d931c32f6748e49be87057d611b5466015c477 /menu.h
parenta47b2bfc75a4b6361721632f367ab9ce7b916952 (diff)
downloadvdr-9a6e81fc3a9f500e938422bf88725a18b976185b.tar.gz
vdr-9a6e81fc3a9f500e938422bf88725a18b976185b.tar.bz2
Fixed setting audio track descriptions after a replay has been stopped
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/menu.h b/menu.h
index de6014e2..7376b719 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.85 2006/03/25 12:15:19 kls Exp $
+ * $Id: menu.h 1.86 2006/10/20 13:09:57 kls Exp $
*/
#ifndef __MENU_H
@@ -233,6 +233,7 @@ private:
void TimeSearchProcess(eKeys Key);
void TimeSearch(void);
void ShowTimed(int Seconds = 0);
+ static cReplayControl *currentReplayControl;
static char *fileName;
static char *title;
void ShowMode(void);
@@ -251,6 +252,7 @@ public:
virtual void Hide(void);
bool Visible(void) { return visible; }
static void SetRecording(const char *FileName, const char *Title);
+ static const char *NowReplaying(void);
static const char *LastReplayed(void);
static void ClearLastReplayed(const char *FileName);
};