mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Xi, dix: Only one client at a time can change the pointer-keyboard pairing,
using xRegisterPairingClient request.
This commit is contained in:
parent
f6c3b9fa97
commit
cd0af7a785
8 changed files with 232 additions and 1 deletions
|
|
@ -454,4 +454,11 @@ extern void DDXRingBell(
|
|||
int pitch,
|
||||
int duration);
|
||||
|
||||
extern int PairDevices(ClientPtr client,
|
||||
DeviceIntPtr pointer,
|
||||
DeviceIntPtr keyboard);
|
||||
|
||||
extern Bool RegisterPairingClient(ClientPtr client);
|
||||
extern Bool UnregisterPairingClient(ClientPtr client);
|
||||
|
||||
#endif /* INPUT_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue