summaryrefslogtreecommitdiff
path: root/coreengine/viewdisplayreplay.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-02-11 16:45:08 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-02-11 17:39:18 +0100
commit64599db339e6aa4b3921fd84836920023714f8c8 (patch)
tree1e139abd5e98aaf905c2f11016a610fa3c8e84cf /coreengine/viewdisplayreplay.h
parent628a28201b797635486aad40fad042c4c4222656 (diff)
downloadvdr-plugin-skindesigner-64599db339e6aa4b3921fd84836920023714f8c8.tar.gz
vdr-plugin-skindesigner-64599db339e6aa4b3921fd84836920023714f8c8.tar.bz2
In timeshift mode, the title of the actual playback position is displayed
If the timeshift mode is activated during playback, the title of the program that was active when the time shift started is displayed by pressing OK. The behavior has now been changed so that the title of the program is displayed in the actual playback position when you press OK.
Diffstat (limited to 'coreengine/viewdisplayreplay.h')
-rw-r--r--coreengine/viewdisplayreplay.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/coreengine/viewdisplayreplay.h b/coreengine/viewdisplayreplay.h
index 55e7966..310c6e9 100644
--- a/coreengine/viewdisplayreplay.h
+++ b/coreengine/viewdisplayreplay.h
@@ -22,6 +22,7 @@ private:
cVeDrOnPause *veOnPause;
cVeDrOnPause *veOnPauseModeOnly;
const cRecording *recording;
+ const cEvent *lastEvent;
bool modeOnly;
time_t lastFlush;
time_t lastFlushModeOnly;
@@ -34,7 +35,7 @@ private:
bool timersLoaded;
cGlobalTimers globalTimers;
void GetGlobalTimers(void);
- void SetTimeShiftValues(void);
+ void SetTimeShiftValues(int current, int total);
void SetViewElements(void);
void ClearVariables(void);
void SetViewElementObjects(void);