From: Christian Linhart Date: Sat, 16 Aug 2014 10:08:25 +0000 (+0200) Subject: xinput: reply XIQueryPointer: fix type of field same_screen X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=506759adfd391a95ac913c0633b0452b884ad053;hp=9981b4e23460a55e5d43331a2ff58a9d8b49dcb6;p=free-sw%2Fxcb%2Fproto 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) --- diff --git a/src/xinput.xml b/src/xinput.xml index bf4efe9..c03b93c 100644 --- a/src/xinput.xml +++ b/src/xinput.xml @@ -1143,7 +1143,7 @@ authorization from the authors. - +