From d65d8836a079a536ade19eb852103e131a912cb1 Mon Sep 17 00:00:00 2001 From: Christian Linhart Date: Fri, 15 Aug 2014 20:36:18 +0200 Subject: [PATCH] xinput: struct AddMaster: add align-pad at end reasons: * length of the struct is a multiple of 4 according to spec. * list of char may not end at a 4-byte aligned position. see: http://cgit.freedesktop.org/xorg/proto/inputproto/tree/specs/XI2proto.txt#n1224 http://cgit.freedesktop.org/xorg/proto/inputproto/tree/XI2proto.h#n454 http://cgit.freedesktop.org/xorg/proto/inputproto/tree/XI2proto.h#n458 (file-positions may become wrong if the spec or header change) --- src/xinput.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xinput.xml b/src/xinput.xml index 1103a86..7547f02 100644 --- a/src/xinput.xml +++ b/src/xinput.xml @@ -1200,6 +1200,7 @@ authorization from the authors. name_len + -- 2.34.1