mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
dix: Get the state from the paired device and the real device to fill the
state field in the event, rather than using the virtual devices.
ProcessPointerEvent: name argument "device" instead of "other".
Add GetPairedKeyboard().
This commit is contained in:
parent
577464af43
commit
ce9409aceb
4 changed files with 75 additions and 46 deletions
|
|
@ -451,6 +451,7 @@ extern int PairDevices(ClientPtr client,
|
|||
DeviceIntPtr keyboard);
|
||||
|
||||
extern DeviceIntPtr GetPairedPointer(DeviceIntPtr kbd);
|
||||
extern DeviceIntPtr GetPairedKeyboard(DeviceIntPtr ptr);
|
||||
|
||||
extern Bool RegisterPairingClient(ClientPtr client);
|
||||
extern Bool UnregisterPairingClient(ClientPtr client);
|
||||
|
|
|
|||
Loading…
Reference in a new issue