xinput: UngrabDevice-request: add pad at end

see:
http://cgit.freedesktop.org/xorg/lib/libXi/tree/specs/encoding.xml#n1130
http://cgit.freedesktop.org/xorg/proto/inputproto/tree/XIproto.h#n596
(file-positions may become wrong if the spec or header change)
This commit is contained in:
Christian Linhart 2014-08-15 20:36:10 +02:00
parent d9a3d5b1ab
commit 8da2ea01f3

View file

@ -337,6 +337,7 @@ authorization from the authors.
<request name="UngrabDevice" opcode="14">
<field type="TIMESTAMP" name="time" altenum="Time" />
<field type="CARD8" name="device_id" />
<pad bytes="3" />
</request>
<!-- GrabDeviceKey -->