From d15b0f611305248dce00ed5a5292315f8aaa29f1 Mon Sep 17 00:00:00 2001 From: Christian Linhart Date: Sat, 16 Aug 2014 12:08:26 +0200 Subject: [PATCH] xinput: struct AddMaster: fix type of fields fix type of fields "send_core" and "enable" to BOOL spec: http://cgit.freedesktop.org/xorg/proto/inputproto/tree/specs/XI2proto.txt#n1187 note: the type of these fields should also be fixed in XI2proto.h: http://cgit.freedesktop.org/xorg/proto/inputproto/tree/XI2proto.h#n460 (file-positions in the above URLs may become wrong if the spec changes) --- src/xinput.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xinput.xml b/src/xinput.xml index c03b93c..7a36692 100644 --- a/src/xinput.xml +++ b/src/xinput.xml @@ -1196,8 +1196,8 @@ authorization from the authors. - - + + name_len -- 2.34.1