ui: documentation fixes

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-08-11 19:48:16 +02:00
parent c4c75d42ef
commit a296903c76
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -96,8 +96,8 @@ For multiple grabbing handlers, the foremost handler wins.
Priorities
Handlers know their position in a matching set of a pointer through
event priorities. The Shared and Foremost are for matching sets with
multiple handlers; the Grabbed priority indicate exclusive access.
event priorities. The Shared and Foremost priorities are for matching sets
with multiple handlers; the Grabbed priority indicate exclusive access.
Priorities are useful for deferred gesture matching.