From df64e417b8e8490970bbf85e138609de729f93eb Mon Sep 17 00:00:00 2001 From: Christian Linhart Date: Fri, 22 Aug 2014 17:26:10 +0200 Subject: [PATCH] xinput: ev DeviceButtonStateNotify.device_id: mask add mask "MoreEventsMask" to field "device_id" V2: patch revised according to suggestion from Peter Harris: * use "altmask" instead of "mask" because all the legal values of device_id are not described by the elements of MoreEventsMask. V3: revised the diff-context according to the modification of patch 19/22 V2. spec: http://cgit.freedesktop.org/xorg/lib/libXi/tree/specs/encoding.xml#n2252 http://cgit.freedesktop.org/xorg/xserver/tree/dix/enterleave.c#n725 note: this mask is missing in the following spec: http://cgit.freedesktop.org/xorg/proto/inputproto/tree/specs/XIproto.txt#n2431 --- src/xinput.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xinput.xml b/src/xinput.xml index 8d6d954..e81ec57 100644 --- a/src/xinput.xml +++ b/src/xinput.xml @@ -1916,7 +1916,7 @@ authorization from the authors. - + 28 -- 2.34.1