aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2009-01-22 10:15:15 -0800
committerDan Nicholson <dbn.lists@gmail.com>2009-01-29 11:52:46 -0800
commitdc72e6d8aecbc60900bb3b72978d63495f3f6954 (patch)
tree9185dc01274e8f2e6a3791d37e51f9ad61909b56
parentReshuffle property initialization. (diff)
downloadxf86-input-evdev-dc72e6d8aecbc60900bb3b72978d63495f3f6954.tar.gz
xf86-input-evdev-dc72e6d8aecbc60900bb3b72978d63495f3f6954.tar.bz2
xf86-input-evdev-dc72e6d8aecbc60900bb3b72978d63495f3f6954.zip
Stop hammering XKB defaults
With the new InitKeyboardDeviceStruct, we can just pass the RMLVO we want without setting the defaults first. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Daniel Stone <daniel@fooishbar.org>
-rw-r--r--src/evdev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/evdev.c b/src/evdev.c
index f6442fb..30120b6 100644
--- a/src/evdev.c
+++ b/src/evdev.c
@@ -854,7 +854,6 @@ EvdevAddKeyClass(DeviceIntPtr device)
SetXkbOption(pInfo, "XkbOptions", &pEvdev->rmlvo.options);
#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 5
- XkbSetRulesDflts(&pEvdev->rmlvo);
if (!InitKeyboardDeviceStruct(device, &pEvdev->rmlvo, NULL, EvdevKbdCtrl))
return !Success;
#else