xinput: struct DeviceTimeCoord: replace CARD32 by INT32
authorChristian Linhart <chris@demorecorder.com>
Sat, 16 Aug 2014 10:08:24 +0000 (12:08 +0200)
committerChristian Linhart <chris@demorecorder.com>
Mon, 25 Aug 2014 11:42:55 +0000 (13:42 +0200)
commit9981b4e23460a55e5d43331a2ff58a9d8b49dcb6
treea90a1006c6c75a69ea5feda31e84469cea27ad20
parentfcbd6d3e89ec1a8aed00e654d46bc89d512aad5b
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)
src/xinput.xml