diff options
author | Alexandr Shadchin <alexandr.shadchin@gmail.com> | 2011-01-06 13:21:35 +0500 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-01-07 15:23:11 -0800 |
commit | 40ed9bb3dc87702510d5e54c42a60a2cdd73c135 (patch) | |
tree | 92f0fb2edbb8a54388d3d0b55fecb5789f0bb77c | |
parent | e929446a401e73bcc680c488ada2fc50eb225b23 (diff) |
Fix default options for PC98
Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | src/kbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -190,7 +190,7 @@ KbdPreInit(InputDriverPtr drv, InputInfoPtr pInfo, int flags) defaults = kbdDefaults; else defaults = kbd98Defaults; - xf86CollectInputOptions(pInfo, kbdDefaults + xf86CollectInputOptions(pInfo, defaults #if GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 12 , NULL #endif |