summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2011-09-14 05:46:43 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2011-09-14 06:17:42 +1000
commit957e94c38692c2ebef8f403e8ded7cbb5b23725d (patch)
treef15b1485f6cc2b6072026c8c2e1a53b8f8ef6f76
parent52be72065b387c3d6d2c14038c27c3cbc2a32618 (diff)
specs: if a sequence ends, all clients get TouchPendingEndmultitouch-devel
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--specs/XI2proto.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/specs/XI2proto.txt b/specs/XI2proto.txt
index 7704437..4bf4e05 100644
--- a/specs/XI2proto.txt
+++ b/specs/XI2proto.txt
@@ -296,11 +296,11 @@ TouchEnd events, and the touch sequence is exclusively delivered to the
owner from that point on.
If the touch sequence physically ends while the owner of the touch sequence
-has not yet accepted or rejected ownership, the client receives a
-TouchUpdate event with the TouchPendingEnd flag set, but must still accept
-or reject the sequence nonetheless. If the owner rejects the touch sequence,
-the server will still attempt to exhaust all other passive grabs and/or
-event selections looking for a final owner.
+has not yet accepted or rejected ownership, all clients receive a
+TouchUpdate event with the TouchPendingEnd flag set. The owner must still
+accept or reject the sequence nonetheless. If the owner rejects the touch
+sequence, the server will still attempt to exhaust all other passive grabs
+and/or event selections looking for a final owner.
Clients may opt for touch events to be delivered before they become the
owner of the touch sequence. In this case, the logical state of the device (as