diff options
author | Daniel Stone <daniel@fooishbar.org> | 2007-09-23 17:17:03 +0300 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2007-09-23 17:17:20 +0300 |
commit | 27ad5d74c20f01516a1bff73be283f8982fcf0fe (patch) | |
tree | e8e39584834479a62205f5c5585ed2372d597762 /Xi/setbmap.c | |
parent | 0e800ca4651a947ccef239e6fe7bf64aab92257c (diff) |
Input: Generate XKB mapping changes for all core-sending devices (bug #12523)
When we change the mapping on a core device, make sure we propagate this
through to XKB for all extended devices as well.
Diffstat (limited to 'Xi/setbmap.c')
-rw-r--r-- | Xi/setbmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xi/setbmap.c b/Xi/setbmap.c index bdfa513dd..1f5970dee 100644 --- a/Xi/setbmap.c +++ b/Xi/setbmap.c @@ -134,7 +134,7 @@ ProcXSetDeviceButtonMapping(ClientPtr client) } if (ret != MappingBusy) - SendDeviceMappingNotify(MappingPointer, 0, 0, dev); + SendDeviceMappingNotify(client, MappingPointer, 0, 0, dev); return Success; } |