From 566ceb96d0e8c42befa236655973ca575fe47724 Mon Sep 17 00:00:00 2001 From: Christian Linhart Date: Mon, 18 Aug 2014 14:59:44 +0200 Subject: [PATCH] xinput: add new enum ModifierDevice needed for field "modifier_device" in the following requests: * GrabDeviceKey * UngrabDeviceKey * GrabDeviceButton * UngrabDeviceButton spec: http://cgit.freedesktop.org/xorg/lib/libXi/tree/specs/encoding.xml#n1147 http://cgit.freedesktop.org/xorg/proto/inputproto/tree/XI.h#n187 --- src/xinput.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/xinput.xml b/src/xinput.xml index b30cf19..088984c 100644 --- a/src/xinput.xml +++ b/src/xinput.xml @@ -360,6 +360,10 @@ authorization from the authors. + + 255 + + -- 2.34.1