mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-07 21:18:02 +02:00
Fix typo in comment
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
377efaaa98
commit
48e32091c5
1 changed files with 1 additions and 1 deletions
|
|
@ -1021,7 +1021,7 @@ typedef struct
|
|||
uint8_t type; /**< Always GenericEvent */
|
||||
uint8_t extension; /**< XI extension offset */
|
||||
uint16_t sequenceNumber;
|
||||
uint32_t length; /**< Length in 4 byte uints */
|
||||
uint32_t length; /**< Length in 4 byte units */
|
||||
uint16_t evtype; /**< ::XI_PropertyEvent */
|
||||
uint16_t deviceid;
|
||||
Time time;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue