summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-02-03 15:58:46 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-02-03 15:58:46 +0100
commitb16437e7848218025986e87eb972b742dd7c958b (patch)
treeaada4c5ff2d00e3e8e1c1b225af23fcbbf1a2d87 /config.h
parent1bad5d1e6f5a9fbbc09081f07f5b4d9d780fe5db (diff)
downloadvdr-b16437e7848218025986e87eb972b742dd7c958b.tar.gz
vdr-b16437e7848218025986e87eb972b742dd7c958b.tar.bz2
New options 'Setup/Miscellaneous/Remote control repeat delay' and 'Setup/Miscellaneous/Remote control repeat delta'
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.h b/config.h
index 44ea7146..5a0f71d1 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 2.62 2013/02/01 12:00:35 kls Exp $
+ * $Id: config.h 2.63 2013/02/02 13:45:19 kls Exp $
*/
#ifndef __CONFIG_H
@@ -280,6 +280,8 @@ public:
int SVDRPTimeout;
int ZapTimeout;
int ChannelEntryTimeout;
+ int RcRepeatDelay;
+ int RcRepeatDelta;
int DefaultPriority, DefaultLifetime;
int PausePriority, PauseLifetime;
int PauseKeyHandling;