diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2015-09-11 08:29:41 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-09-11 08:29:41 +0200 |
commit | f1bef11f45f4e3450b51d4c4b5ccf4f52e7039e9 (patch) | |
tree | 114d602c8637ed6744007109579ca5b278434fea /config.h | |
parent | 4e46d2bb3bbcaa72bc106170d9a7dd0ec77ddd0d (diff) | |
download | vdr-f1bef11f45f4e3450b51d4c4b5ccf4f52e7039e9.tar.gz vdr-f1bef11f45f4e3450b51d4c4b5ccf4f52e7039e9.tar.bz2 |
Implemented the setup option "Recording/Record key handling"
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 4.4 2015/09/06 09:50:13 kls Exp $ + * $Id: config.h 4.5 2015/09/11 08:07:34 kls Exp $ */ #ifndef __CONFIG_H @@ -296,8 +296,9 @@ public: int RcRepeatDelay; int RcRepeatDelta; int DefaultPriority, DefaultLifetime; - int PausePriority, PauseLifetime; + int RecordKeyHandling; int PauseKeyHandling; + int PausePriority, PauseLifetime; int UseSubtitle; int UseVps; int VpsMargin; |