diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-12-17 14:18:07 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-12-17 14:24:47 +1000 |
commit | e93e9d004c11a59cab56139c0c04ea2b5c6a926b (patch) | |
tree | 09b3eca911eb1e5c9b8966cd2f7a62c2cb687b33 | |
parent | bc009eb4dadf2138212291da05b514854923ae85 (diff) |
specs: removing a device results in a BarrierLeave event
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 b1c29c0..d30fcca 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. This event +destroyed while pointer movement is constrained by the barrier, or the +master pointer blocked by the barrier is removed. This event has a dx/dy of 0/0. :numbered!: |