dix/events.c: add YAFIXME

Add another FIXME to the cacaphony of XXX and FIXMEs in this file.
This commit is contained in:
Daniel Stone 2006-08-17 21:13:09 +03:00 committed by Daniel Stone
parent f9624e0109
commit c6c39afde3

View File

@ -4868,6 +4868,7 @@ int GetKeyboardValuatorEvents(xEvent *events, DeviceIntPtr pDev, int type,
if (!inputInfo.keyboard->devPrivates[CoreDevicePrivatesIndex].ptr &&
ckeyc->xkbInfo)
XkbFreeInfo(ckeyc->xkbInfo);
/* FIXME we really need a map copy here. */
ckeyc->xkbInfo = pDev->key->xkbInfo;
XkbSendMapNotify(inputInfo.keyboard, &mn);
}