Implemented setup option "Replay/Show remaining time"

This commit is contained in:
Klaus Schmidinger
2012-01-14 13:20:16 +01:00
parent 5f86af093e
commit 81f349bf58
33 changed files with 135 additions and 36 deletions

View File

@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: config.h 2.38 2012/01/11 15:40:47 kls Exp $
* $Id: config.h 2.39 2012/01/14 13:03:53 kls Exp $
*/
#ifndef __CONFIG_H
@@ -302,6 +302,7 @@ public:
time_t NextWakeupTime;
int MultiSpeedMode;
int ShowReplayMode;
int ShowRemainingTime;
int ResumeID;
int CurrentChannel;
int CurrentVolume;