diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-12-10 09:51:31 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-12-10 09:51:31 +1000 |
commit | 14aca4f4e97e8658e665405e37927de0442f8518 (patch) | |
tree | e5e34ce081215df3e6d3b2706bdf6ae46d4b072d | |
parent | 53d33beac996d7f5064fb47a3a6ceebd94520045 (diff) |
specs: BarrierLeave on a destroyed barrier has dx/dy of 0/0
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | specs/XI2proto.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/specs/XI2proto.txt b/specs/XI2proto.txt index 402210f..b1c29c0 100644 --- a/specs/XI2proto.txt +++ b/specs/XI2proto.txt @@ -2620,7 +2620,8 @@ through the barrier following a XIBarrierReleasePointer request. The time between the XIBarrierReleasePointer and the BarrierLeave event thus depends on user input. A BarrierLeave(PointerReleased) event is also generated if the barrier is -destroyed while pointer movement is constrained by the barrier. +destroyed while pointer movement is constrained by the barrier. This event +has a dx/dy of 0/0. :numbered!: [[xi22-usecases]] |