From c6c39afde3e5f43b623ca6b52162b83c98a28d45 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Thu, 17 Aug 2006 21:13:09 +0300 Subject: [PATCH] dix/events.c: add YAFIXME Add another FIXME to the cacaphony of XXX and FIXMEs in this file. --- dix/events.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dix/events.c b/dix/events.c index 571a5769f..781e467a7 100644 --- a/dix/events.c +++ b/dix/events.c @@ -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); }