mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-09 03:38:04 +02:00
xinput: struct DeviceTimeCoord: replace CARD32 by INT32
replace CARD32 by INT32 in commented-out list "axisvalues" spec: http://cgit.freedesktop.org/xorg/proto/inputproto/tree/specs/XIproto.txt#n927 in this spec, the list is called "data" instead of "axisvalues" http://cgit.freedesktop.org/xorg/lib/libXi/tree/specs/encoding.xml#n1018 in this spec, the list is called "valuators" instead of "axisvalues" (file-positions in the above URLs may become wrong if the spec changes)
This commit is contained in:
parent
fcbd6d3e89
commit
9981b4e234
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ authorization from the authors.
|
|||
|
||||
<struct name="DeviceTimeCoord">
|
||||
<field type="TIMESTAMP" name="time" />
|
||||
<!-- Uninterpreted: list (axisvalues) of CARD32,
|
||||
<!-- Uninterpreted: list (axisvalues) of INT32,
|
||||
length is num_axes from GetDeviceMotionEvents -->
|
||||
</struct>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue