summaryrefslogtreecommitdiff
path: root/XIproto.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2007-11-13 17:22:21 +1030
committerPeter Hutterer <peter@cs.unisa.edu.au>2007-11-13 17:22:21 +1030
commit92f083437f3129bb67cd4599ad776b8b691f0b56 (patch)
treefc8383454717acc6cbf72b325c5b1fadd6411ca4 /XIproto.h
parent14e6e7bad06a560ec943654b94e05d4293709f2c (diff)
Remove RegisterPairingClient, deprecated with the device hierarchy now.
Diffstat (limited to 'XIproto.h')
-rw-r--r--XIproto.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/XIproto.h b/XIproto.h
index ab676ef..48a1b33 100644
--- a/XIproto.h
+++ b/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;
/**********************************************************
*