diff options
author | Povilas Kanapickas <povilas@radix.lt> | 2020-06-30 23:28:35 +0300 |
---|---|---|
committer | Povilas Kanapickas <povilas@radix.lt> | 2020-08-18 09:36:39 +0000 |
commit | 0f72d2d0b934c1e39e84a59d8ad381cc1f9ce4a6 (patch) | |
tree | ebfd65220bbd01c33280f93b922136206c502d30 | |
parent | 2e7276469c2e3bd70c6b68b48890030498846411 (diff) |
specs: Fix incorrect wording for ignored parameter
-rw-r--r-- | specs/XI2proto.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/specs/XI2proto.txt b/specs/XI2proto.txt index 12995be..5a20364 100644 --- a/specs/XI2proto.txt +++ b/specs/XI2proto.txt @@ -1526,11 +1526,11 @@ ownership processing. Specifies whether a device is to be thawed and events are to be replayed, or how to handle a grabbed touch sequence. touchid - The ID of the touch sequence to accept or reject. The value is undefined + The ID of the touch sequence to accept or reject. The value is ignored for event modes other than AcceptTouch and RejectTouch. grab_window The window on which to accept or reject a touch sequence grab. The value - is undefined for event modes other than AcceptTouch and RejectTouch. + is ignored for event modes other than AcceptTouch and RejectTouch. The request has no effect if the specified time is earlier than the last-grab time of the most recent active grab for the client, or if the specified time is |