summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:48 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:48 +0000
commit01eff4e6297717400f8b9517a9e4ccdc067d07d3 (patch)
tree14871fb40a9290d12e975f6a50a85f617e1c1e57
parent303235b2d4a53231a6aa74d4d74d683842477b27 (diff)
downloadxorg-driver-xf86-input-keyboard-01eff4e6297717400f8b9517a9e4ccdc067d07d3.tar.gz
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_901xf86-4_3_99_16
-rw-r--r--src/kbd.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/kbd.c b/src/kbd.c
index f6d4152..65c6c23 100644
--- a/src/kbd.c
+++ b/src/kbd.c
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/input/keyboard/kbd.c,v 1.7 2003/02/17 16:08:29 dawes Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/input/keyboard/kbd.c,v 1.8 2003/11/03 05:11:47 tsi Exp $ */
/*
* Copyright (c) 2002 by The XFree86 Project, Inc.
@@ -92,6 +92,8 @@ typedef enum {
OPTION_CUSTOM_KEYCODES
} KeyboardOpts;
+#ifdef XFree86LOADER
+/* These aren't actually used ... */
static const OptionInfoRec KeyboardOptions[] = {
{ OPTION_ALWAYS_CORE, "AlwaysCore", OPTV_BOOLEAN, {0}, FALSE },
{ OPTION_SEND_CORE_EVENTS, "SendCoreEvents", OPTV_BOOLEAN, {0}, FALSE },
@@ -116,6 +118,7 @@ static const OptionInfoRec KeyboardOptions[] = {
{ OPTION_CUSTOM_KEYCODES, "CustomKeycodes", OPTV_BOOLEAN, {0}, FALSE },
{ -1, NULL, OPTV_NONE, {0}, FALSE }
};
+#endif
static const char *kbdDefaults[] = {
"Protocol", "standard",