From 01d0228f9bfc354d3832b6a68355769a7ad38ea3 Mon Sep 17 00:00:00 2001 From: Christian Linhart Date: Tue, 19 Aug 2014 13:13:43 +0200 Subject: [PATCH] xinput: ev DeviceStateNotify.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. spec and code: http://cgit.freedesktop.org/xorg/lib/libXi/tree/specs/encoding.xml#n2214 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#n2395 --- src/xinput.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xinput.xml b/src/xinput.xml index 7b7b948..cd0a111 100644 --- a/src/xinput.xml +++ b/src/xinput.xml @@ -1869,7 +1869,7 @@ authorization from the authors. - + -- 2.34.1