From b025106fe8d8aa3043abd48ba3f50bde29527939 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 24 Aug 2011 09:07:22 +1000 Subject: [PATCH] DeviceEvent: active_touches needs marker that it's XI 2.1 Signed-off-by: Peter Hutterer Reviewed-by: Chase Douglas Signed-off-by: Chase Douglas --- specs/XI2proto.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/specs/XI2proto.txt b/specs/XI2proto.txt index 2f0c937..5bff92e 100644 --- a/specs/XI2proto.txt +++ b/specs/XI2proto.txt @@ -1944,9 +1944,11 @@ For a detailed description of classes, see the XQueryDevice request. buttons: SETofBUTTONMASK valuators: SETofVALUATORMASK axisvalues: LISTofFP3232 - active_touches: CARD32 + active_touches*: CARD32 └─── + * since XI 2.1 + BUTTONBIT { (1 << Button1), (1 << Button2), ... , (1 << ButtonN) } VALUATORBIT { (1 << 1), ( 1 << 2), ... ( 1 << n) }