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:
Peter Hutterer 2009-08-07 10:39:46 +10:00
parent 1a7eb6de82
commit 6719ae1ed0

View file

@ -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 */