diff options
author | Adam Jackson <ajax@redhat.com> | 2008-03-09 15:54:27 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-03-09 15:54:27 -0400 |
commit | c250f843833b1aac3732ca97af5b1c0076996598 (patch) | |
tree | 852d1474952595573d57853dfdee1e780bdffaa4 | |
parent | Handle the alternate spellings of the xkb options. (diff) | |
download | xf86-input-evdev-c250f843833b1aac3732ca97af5b1c0076996598.tar.gz xf86-input-evdev-c250f843833b1aac3732ca97af5b1c0076996598.tar.bz2 xf86-input-evdev-c250f843833b1aac3732ca97af5b1c0076996598.zip |
Fix the default XKB rules to be "base" instead of "xfree86".
-rw-r--r-- | src/evdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evdev.c b/src/evdev.c index cba77e9..39c274b 100644 --- a/src/evdev.c +++ b/src/evdev.c @@ -130,7 +130,7 @@ static const OptionInfoRec EvdevOptions[] = { }; static const char *evdevDefaults[] = { - "XkbRules", "xfree86", + "XkbRules", "base", "XkbModel", "evdev", "XkbLayout", "us", NULL |