xinput: Add missing pad in XIChangeHierarchy
authorDaniel Martin <consume.noise@gmail.com>
Thu, 17 Jul 2014 20:49:12 +0000 (22:49 +0200)
committerDaniel Martin <consume.noise@gmail.com>
Sun, 20 Jul 2014 19:44:49 +0000 (21:44 +0200)
A pad of 3 bytes was missing in the request XIChangeHierarchy:
    http://cgit.freedesktop.org/xorg/proto/inputproto/tree/XI2proto.h#n439

Signed-off-by: Daniel Martin <consume.noise@gmail.com>
Reviewed-by: Peter Harris <pharris@opentext.com>
src/xinput.xml

index f7239e8..86350de 100644 (file)
@@ -1230,6 +1230,7 @@ authorization from the authors.
 
     <request name="XIChangeHierarchy" opcode="43">
         <field type="CARD8" name="num_changes" />
+        <pad bytes="3" />
         <list type="HierarchyChange" name="changes">
             <fieldref>num_changes</fieldref>
         </list>