xinput: reply XIQueryPointer: fix type of field same_screen
authorChristian Linhart <chris@demorecorder.com>
Sat, 16 Aug 2014 10:08:25 +0000 (12:08 +0200)
committerChristian Linhart <chris@demorecorder.com>
Mon, 25 Aug 2014 11:42:55 +0000 (13:42 +0200)
commit506759adfd391a95ac913c0633b0452b884ad053
tree55681c3350c6ac844704644145246752ac1c6dcb
parent9981b4e23460a55e5d43331a2ff58a9d8b49dcb6
xinput: reply XIQueryPointer: fix type of field same_screen

fix type of field "same_screen" from CARD8 to BOOL

spec:
http://cgit.freedesktop.org/xorg/proto/inputproto/tree/specs/XI2proto.txt#n1054

note:
the type of this field should also be fixed in XI2proto.h:
http://cgit.freedesktop.org/xorg/proto/inputproto/tree/XI2proto.h#n386

(file-positions in the above URLs may become wrong if the spec or header changes)
src/xinput.xml