diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-01-22 10:15:15 -0800 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-01-29 11:52:46 -0800 |
commit | dc72e6d8aecbc60900bb3b72978d63495f3f6954 (patch) | |
tree | 9185dc01274e8f2e6a3791d37e51f9ad61909b56 /src/evdev.c | |
parent | 1906e4d5c112c25c9d7a736d4924d1005267aba7 (diff) |
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>
Diffstat (limited to 'src/evdev.c')
-rw-r--r-- | src/evdev.c | 1 |
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 |