mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 23:25:08 +00:00
dix: take paired keyboard instead of VCK (CoreProcessPointerEvents)
This commit is contained in:
@@ -3707,7 +3707,7 @@ ProcessPointerEvent (xEvent *xE, DeviceIntPtr mouse, int count)
|
||||
SpritePtr pSprite = mouse->spriteInfo->sprite;
|
||||
|
||||
#ifdef XKB
|
||||
XkbSrvInfoPtr xkbi= inputInfo.keyboard->key->xkbInfo;
|
||||
XkbSrvInfoPtr xkbi= GetPairedKeyboard(mouse)->key->xkbInfo;
|
||||
#endif
|
||||
#ifdef XEVIE
|
||||
if(xevieFlag && clients[xevieClientIndex] && !xeviegrabState &&
|
||||
|
||||
Reference in New Issue
Block a user