diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-08-24 09:07:22 +1000 |
---|---|---|
committer | Chase Douglas <chase.douglas@canonical.com> | 2011-08-23 17:58:26 -0700 |
commit | b025106fe8d8aa3043abd48ba3f50bde29527939 (patch) | |
tree | 1b1ff2142e45ed7dc78960f7c732bfd4baa4d516 /specs/XI2proto.txt | |
parent | f469fa99ae9ffda806c3e935bbebc73d633f8c10 (diff) |
DeviceEvent: active_touches needs marker that it's XI 2.1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
Diffstat (limited to 'specs/XI2proto.txt')
-rw-r--r-- | specs/XI2proto.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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) } |