summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-09-01 11:44:08 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-09-01 11:44:08 +0200
commitdce6bb864be5f29c03d341493d05274652cdd0f7 (patch)
tree0c67e21d8465fc55e79b57b536a28675ad34833e /config.h
parent63105a78429114106d1063266e9e774467ad7fac (diff)
downloadvdr-dce6bb864be5f29c03d341493d05274652cdd0f7.tar.gz
vdr-dce6bb864be5f29c03d341493d05274652cdd0f7.tar.bz2
New remote control key 'Power'
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index 78502e1b..fa0794b9 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 1.67 2001/09/01 07:15:26 kls Exp $
+ * $Id: config.h 1.68 2001/09/01 10:01:51 kls Exp $
*/
#ifndef __CONFIG_H
@@ -44,6 +44,7 @@ enum eKeys { // "Up" and "Down" must be the first two keys!
kYellow,
kBlue,
k0, k1, k2, k3, k4, k5, k6, k7, k8, k9,
+ kPower,
kNone,
// The following flags are OR'd with the above codes:
k_Repeat = 0x8000,