From 41f364a809868b4bfaf80cfe7a956e74a009987c Mon Sep 17 00:00:00 2001 From: Christian Linhart Date: Mon, 18 Aug 2014 15:00:02 +0200 Subject: [PATCH] xinput: ev BarrierHit.flags: add new mask add new enum "BarrierFlags" as mask to field "flags" spec: http://cgit.freedesktop.org/xorg/proto/inputproto/tree/specs/XI2proto.txt#n2575 http://cgit.freedesktop.org/xorg/proto/inputproto/tree/XI2.h#n164 --- src/xinput.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/xinput.xml b/src/xinput.xml index 3d71da7..d941937 100644 --- a/src/xinput.xml +++ b/src/xinput.xml @@ -2288,6 +2288,11 @@ authorization from the authors. + + 0 + 1 + + @@ -2298,7 +2303,7 @@ authorization from the authors. - + -- 2.34.1