Xi, dix: Only one client at a time can change the pointer-keyboard pairing,

using xRegisterPairingClient request.
This commit is contained in:
Peter Hutterer 2007-02-21 10:08:41 +10:30 committed by Peter Hutterer
commit cd0af7a785
8 changed files with 232 additions and 1 deletions

View file

@ -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 */