summaryrefslogtreecommitdiff
path: root/src/kbd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kbd.c')
-rw-r--r--src/kbd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kbd.c b/src/kbd.c
index 4539a7f..aab2890 100644
--- a/src/kbd.c
+++ b/src/kbd.c
@@ -1,4 +1,3 @@
-/* $XdotOrg: xc/programs/Xserver/hw/xfree86/input/keyboard/kbd.c,v 1.1.4.2.4.1 2004/03/04 17:48:05 eich Exp $ */
/* $XFree86: xc/programs/Xserver/hw/xfree86/input/keyboard/kbd.c,v 1.8 2003/11/03 05:11:47 tsi Exp $ */
/*
@@ -12,6 +11,7 @@
* xf86Events.c and xf86Io.c which are
* Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
*/
+/* $XdotOrg: xc/programs/Xserver/hw/xfree86/input/keyboard/kbd.c,v 1.1.4.2.4.1 2004/03/04 17:48:05 eich Exp $ */
#define NEED_EVENTS
#include "X.h"
@@ -124,7 +124,7 @@ static const OptionInfoRec KeyboardOptions[] = {
static const char *kbdDefaults[] = {
"Protocol", "standard",
"AutoRepeat", "500 30",
- "XkbRules", "xfree86",
+ "XkbRules", __XKBDEFRULES__,
"XkbModel", "pc101",
"XkbLayout", "us",
"Panix106", "off",