CoreKeyboardProc: annotate with FIXME

Setting an empty keymap by default isn't wildly useful.
This commit is contained in:
Daniel Stone 2006-10-27 01:27:31 +03:00 committed by Daniel Stone
parent f9a1e456f8
commit 196c5836f4

View File

@ -261,8 +261,11 @@ CoreKeyboardProc(DeviceIntPtr pDev, int what)
} }
else else
#endif #endif
InitKeyboardDeviceStruct((DevicePtr)pDev, &keySyms, modMap, {
CoreKeyboardBell, CoreKeyboardCtl); /* FIXME Our keymap here isn't exactly useful. */
InitKeyboardDeviceStruct((DevicePtr)pDev, &keySyms, modMap,
CoreKeyboardBell, CoreKeyboardCtl);
}
xfree(keySyms.map); xfree(keySyms.map);
xfree(modMap); xfree(modMap);