From 506759adfd391a95ac913c0633b0452b884ad053 Mon Sep 17 00:00:00 2001 From: Christian Linhart Date: Sat, 16 Aug 2014 12:08:25 +0200 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. - + -- 2.34.1