mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-07 07:18:03 +02:00
Remove eventtype field from xXIRawEvent.
With c455db2, raw events were split up into using multiple evtypes instead
of a sub event type. The eventtype field itself however has not been removed
and was unused by both the server and the library.
Field converted into a padding field, wire layout stays the same.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
1a7eb6de82
commit
6719ae1ed0
1 changed files with 1 additions and 3 deletions
|
|
@ -901,9 +901,7 @@ typedef struct
|
|||
uint16_t deviceid;
|
||||
Time time;
|
||||
uint32_t detail;
|
||||
uint16_t eventtype; /**< ::XI_Motion, ::XI_ButtonPress,
|
||||
::XI_ButtonRelease, ::XI_KeyPress,
|
||||
::XI_KeyRelease */
|
||||
uint16_t pad0;
|
||||
uint16_t valuators_len; /**< Length of trailing valuator
|
||||
mask in 4 byte units */
|
||||
uint32_t flags; /**< ::XIKeyRepeat */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue