summaryrefslogtreecommitdiff
path: root/XIproto.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-02-12 19:17:51 +1030
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-02-12 19:17:51 +1030
commit1d097c26264b657689d74f3f0a77cd1aa4f7e576 (patch)
treee21bbcb160a0ce351ba2d7bbb98d80802b9f1a28 /XIproto.h
parentbe9e285258b8ea90628bbb5ae65bf74bdc59338b (diff)
Remove pairingChangedNotify event.
I swear I already removed that before... Anyway, we don't need it anymore, since pairings can't be changed anyway. Hooray for the device hierarchy.
Diffstat (limited to 'XIproto.h')
-rw-r--r--XIproto.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/XIproto.h b/XIproto.h
index bb6205a..a84491e 100644
--- a/XIproto.h
+++ b/XIproto.h
@@ -2028,29 +2028,6 @@ typedef struct
typedef deviceEnterNotify deviceLeaveNotify;
-/**********************************************************
- *
- * pairingChangedNotify.
- *
- */
-
-typedef struct
- {
- BYTE type; /* always GenericEvent */
- BYTE extension; /* Xi extension offset */
- CARD16 sequenceNumber B16;
- CARD32 length B32;
- CARD16 evtype B16;
- CARD32 time B32;
- CARD8 pointer;
- CARD8 keyboard;
- CARD16 pad0;
- CARD32 pad1;
- CARD32 pad2;
- CARD32 pad3;
- CARD32 pad4;
- } pairingChangedNotify;
-
/*********************************************************
* RawDeviceEvent.