summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-09-11 08:29:41 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2015-09-11 08:29:41 +0200
commitf1bef11f45f4e3450b51d4c4b5ccf4f52e7039e9 (patch)
tree114d602c8637ed6744007109579ca5b278434fea /config.h
parent4e46d2bb3bbcaa72bc106170d9a7dd0ec77ddd0d (diff)
downloadvdr-f1bef11f45f4e3450b51d4c4b5ccf4f52e7039e9.tar.gz
vdr-f1bef11f45f4e3450b51d4c4b5ccf4f52e7039e9.tar.bz2
Implemented the setup option "Recording/Record key handling"
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.h b/config.h
index 299f6aba..e5565da3 100644
--- a/config.h
+++ b/config.h
@@ -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;