summaryrefslogtreecommitdiff
path: root/rcu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-12-07 12:27:59 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-12-07 12:27:59 +0100
commit2d2369fca0c1d715009c9c29b03ffd47c0afa659 (patch)
treecd5c02691cf2be625f998f5d73f8c8d2467e3077 /rcu.h
parent616ce3880a7e7cf6b23ddb40f21f40bb4a73aa35 (diff)
downloadvdr-2d2369fca0c1d715009c9c29b03ffd47c0afa659.tar.gz
vdr-2d2369fca0c1d715009c9c29b03ffd47c0afa659.tar.bz2
The RCU now only sets the channel number display when there are no incoming remote control keys
Diffstat (limited to 'rcu.h')
-rw-r--r--rcu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/rcu.h b/rcu.h
index 1c54999c..d314275d 100644
--- a/rcu.h
+++ b/rcu.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: rcu.h 1.1 2002/09/29 08:56:15 kls Exp $
+ * $Id: rcu.h 1.2 2002/12/07 12:21:25 kls Exp $
*/
#ifndef __RCU_H
@@ -19,6 +19,7 @@ private:
enum { modeH = 'h', modeB = 'b', modeS = 's' };
int f;
unsigned char dp, code, mode;
+ int numberToSend;
int lastNumber;
bool receivedCommand;
bool SendCommand(unsigned char Cmd);