summaryrefslogtreecommitdiff
path: root/dix/events.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-08-17 21:13:09 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-08-17 21:13:09 +0300
commitc6c39afde3e5f43b623ca6b52162b83c98a28d45 (patch)
tree6386ad10f0851726de65c8739d8e0202539f5281 /dix/events.c
parentf9624e0109cf12b6af43fb4235aaa0b54340a4bb (diff)
dix/events.c: add YAFIXME
Add another FIXME to the cacaphony of XXX and FIXMEs in this file.
Diffstat (limited to 'dix/events.c')
-rw-r--r--dix/events.c1
1 files changed, 1 insertions, 0 deletions
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);
}