mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-09 04:48:06 +02:00
Remove RegisterPairingClient, deprecated with the device hierarchy now.
This commit is contained in:
parent
14e6e7bad0
commit
92f083437f
2 changed files with 0 additions and 38 deletions
8
XInput.h
8
XInput.h
|
|
@ -1396,14 +1396,6 @@ extern Bool XGetPairedPointer(
|
|||
XID* /* deviceid */
|
||||
);
|
||||
|
||||
extern Bool XRegisterPairingClient(
|
||||
Display* /* display */
|
||||
);
|
||||
|
||||
extern Bool XUnregisterPairingClient(
|
||||
Display* /* display */
|
||||
);
|
||||
|
||||
extern Bool XGrabAccessControl(
|
||||
Display* /* display */
|
||||
);
|
||||
|
|
|
|||
30
XIproto.h
30
XIproto.h
|
|
@ -169,7 +169,6 @@ struct tmask
|
|||
#define X_WarpDevicePointer 37
|
||||
#define X_ChangeDeviceCursor 38
|
||||
#define X_ChangeDeviceHierarchy 39
|
||||
#define X_RegisterPairingClient 40
|
||||
#define X_GrabAccessControl 41
|
||||
#define X_ChangeWindowAccess 42
|
||||
#define X_QueryWindowAccess 43
|
||||
|
|
@ -1566,35 +1565,6 @@ typedef struct {
|
|||
CARD8 pad0;
|
||||
} xChangeAttachmentInfo;
|
||||
|
||||
/**********************************************************
|
||||
*
|
||||
* RegisterPairingClient.
|
||||
*
|
||||
*/
|
||||
|
||||
typedef struct {
|
||||
CARD8 reqType; /* input extension major code */
|
||||
CARD8 ReqType; /* always X_RegisterPairingClient */
|
||||
CARD16 length B16;
|
||||
CARD8 disable; /* True to disable registration */
|
||||
CARD8 pad0;
|
||||
CARD16 pad1 B16;
|
||||
} xRegisterPairingClientReq;
|
||||
|
||||
typedef struct {
|
||||
CARD8 repType; /* input extension major code */
|
||||
CARD8 RepType; /* always X_RegisterPairingClient */
|
||||
CARD16 sequenceNumber B16;
|
||||
CARD32 length B32; /* 0 */
|
||||
CARD8 success; /* True on success, false otherwise */
|
||||
CARD8 pad0;
|
||||
CARD16 pad1 B16;
|
||||
CARD32 pad2 B32;
|
||||
CARD32 pad3 B32;
|
||||
CARD32 pad4 B32;
|
||||
CARD32 pad5 B32;
|
||||
CARD32 pad6 B32;
|
||||
} xRegisterPairingClientReply;
|
||||
|
||||
/**********************************************************
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue