mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-08 17:08:01 +02:00
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.
This commit is contained in:
parent
be9e285258
commit
1d097c2626
2 changed files with 0 additions and 24 deletions
1
XI.h
1
XI.h
|
|
@ -276,7 +276,6 @@ SOFTWARE.
|
|||
#define _noExtensionEvent 9
|
||||
|
||||
#define _devicePresence 0
|
||||
#define _pairingChanged 1
|
||||
|
||||
#define _deviceEnter 0
|
||||
#define _deviceLeave 1
|
||||
|
|
|
|||
23
XIproto.h
23
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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue