From: Christian Linhart Date: Fri, 15 Aug 2014 18:36:18 +0000 (+0200) Subject: xinput: struct AddMaster: add align-pad at end X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d65d8836a079a536ade19eb852103e131a912cb1;p=free-sw%2Fxcb%2Fproto 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) --- 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 +