From f99e13afb489f75749f4f8d978759d104a2983f2 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 22 Oct 2006 18:00:00 +0200 Subject: =?UTF-8?q?Version=201.4.3-3=20-=20Fixed=20setting=20audio=20track?= =?UTF-8?q?=20descriptions=20after=20a=20replay=20has=20been=20stopped=20(?= =?UTF-8?q?reported=20=20=20by=20Ulf=20Kiener,=20thanks=20to=20Marco=20Sch?= =?UTF-8?q?l=C3=BC=C3=9Fler=20for=20pointing=20out=20what=20caused=20the?= =?UTF-8?q?=20problem).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- menu.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'menu.h') diff --git a/menu.h b/menu.h index de6014e..7376b71 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); }; -- cgit v1.2.3