mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-19 20:02:21 +00:00
Xi: Adding ChangePointerKeyboardPairing request
Adding PointerKeyboardPairingChanged event Correct error values for XWarpDevicePointer dix: Adding device argument to SendMappingNotify Adding spriteOwner flag to devices
This commit is contained in:
parent
f3418b52dc
commit
4aaaa70d1b
13 changed files with 226 additions and 27 deletions
|
|
@ -323,6 +323,7 @@ extern Bool InitKeyboardDeviceStruct(
|
|||
KbdCtrlProcPtr /*controlProc*/);
|
||||
|
||||
extern void SendMappingNotify(
|
||||
DeviceIntPtr /* pDev */,
|
||||
unsigned int /*request*/,
|
||||
unsigned int /*firstKeyCode*/,
|
||||
unsigned int /*count*/,
|
||||
|
|
|
|||
Loading…
Reference in a new issue