diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-03 15:58:46 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-03 15:58:46 +0100 |
commit | b16437e7848218025986e87eb972b742dd7c958b (patch) | |
tree | aada4c5ff2d00e3e8e1c1b225af23fcbbf1a2d87 /config.h | |
parent | 1bad5d1e6f5a9fbbc09081f07f5b4d9d780fe5db (diff) | |
download | vdr-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.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; |