diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-12-07 12:27:59 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-12-07 12:27:59 +0100 |
commit | 2d2369fca0c1d715009c9c29b03ffd47c0afa659 (patch) | |
tree | cd5c02691cf2be625f998f5d73f8c8d2467e3077 /rcu.h | |
parent | 616ce3880a7e7cf6b23ddb40f21f40bb4a73aa35 (diff) | |
download | vdr-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); |