OpenBSD's still using the old xkb data files. So rules are called "xorg" not

"base".
This commit is contained in:
matthieu 2007-11-25 15:32:26 +00:00
parent e67783db59
commit f080297623

View File

@ -333,7 +333,7 @@ CoreKeyboardProc(DeviceIntPtr pDev, int what)
#ifdef XKB
if (!noXkbExtension) {
bzero(&names, sizeof(names));
XkbSetRulesDflts("base", "pc105", "us", NULL, NULL);
XkbSetRulesDflts("xorg", "pc105", "us", NULL, NULL);
XkbInitKeyboardDeviceStruct(pDev, &names, &keySyms, modMap,
CoreKeyboardBell, CoreKeyboardCtl);
}