[PATCH inputproto multitouch 12/13] DeviceEvent: active_touches needs marker that it's XI 2.1
Peter Hutterer
peter.hutterer at who-t.net
Tue Aug 23 16:07:22 PDT 2011
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
specs/XI2proto.txt | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/specs/XI2proto.txt b/specs/XI2proto.txt
index b2f09b6..d0824a1 100644
--- a/specs/XI2proto.txt
+++ b/specs/XI2proto.txt
@@ -1948,9 +1948,11 @@ For a detailed description of classes, see the XIQueryDevice 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) }
--
1.7.6
More information about the xorg-devel
mailing list