From 7b62d2b8f748b231f2a68a10bd7c5f2ede3743db Mon Sep 17 00:00:00 2001 From: Christian Linhart Date: Mon, 18 Aug 2014 14:59:46 +0200 Subject: [PATCH] xinput: req UngrabDeviceKey.modifier_device: altenum add altenum ModifierDevice to field modifier_device for value UseXKeyboard spec and code: http://cgit.freedesktop.org/xorg/lib/libXi/tree/specs/encoding.xml#n1175 http://cgit.freedesktop.org/xorg/proto/inputproto/tree/XI.h#n187 http://cgit.freedesktop.org/xorg/xserver/tree/Xi/ungrdevk.c#n113 the following spec uses "NULL" instead of "UseXKeyboard": http://cgit.freedesktop.org/xorg/proto/inputproto/tree/specs/XIproto.txt#n1295 Questions: * is this spec wrong? * or does "NULL" have the unusual value of 0xff in this context? --- src/xinput.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xinput.xml b/src/xinput.xml index faa67ac..e3e71cb 100644 --- a/src/xinput.xml +++ b/src/xinput.xml @@ -385,7 +385,7 @@ authorization from the authors. - + -- 2.34.1