From: Christian Linhart Date: Mon, 18 Aug 2014 14:41:22 +0000 (+0200) Subject: xinput: replace initial pad of xinput1.x replies with field X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e238b3487ed80501ff928429dabe4aa1d54d28fc;hp=e238b3487ed80501ff928429dabe4aa1d54d28fc;p=free-sw%2Fxcb%2Fproto xinput: replace initial pad of xinput1.x replies with field Replace the initial 1-byte pad of Xinput-1.x replies with CARD8-field "xi_reply_type", according to XIproto.h. This may also help to implement assertions based on the value of that field. reference: http://cgit.freedesktop.org/xorg/proto/inputproto/tree/XIproto.h#n187 http://cgit.freedesktop.org/xorg/xserver/tree/Xi/getvers.c#n103 ---