From 70d59f56b1d356521b3ecc1d16cd3390d94fdac2 Mon Sep 17 00:00:00 2001 From: Christian Linhart Date: Sat, 16 Aug 2014 12:08:28 +0200 Subject: [PATCH] xinput: event Enter: fix type of fields same_screen and focus fix type of fields "same_screen" and "focus" from CARD8 to BOOL spec: http://cgit.freedesktop.org/xorg/proto/inputproto/tree/specs/XI2proto.txt#n2432 (file-position in the above URL may become wrong if the spec changes) --- src/xinput.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xinput.xml b/src/xinput.xml index 6f5aeaa..459b388 100644 --- a/src/xinput.xml +++ b/src/xinput.xml @@ -2031,8 +2031,8 @@ authorization from the authors. - - + + -- 2.34.1