mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-05 20:28:17 +02:00
Reword the passive touch grab rules to be similar to the others
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chase Douglas <chase.douglas@canonical.com> Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
This commit is contained in:
parent
67e06b8f14
commit
e51dd1b6bd
1 changed files with 6 additions and 3 deletions
|
|
@ -1483,10 +1483,13 @@ device is actively grabbed if:
|
|||
- a passive grab of the same grab_type + modifier combination does not
|
||||
does not exist on an ancestor of grab_window.
|
||||
|
||||
Or if grab_type is GrabtypeTouchBegin, a touch grab begins if:
|
||||
Otherwise, if grab_type is GrabtypeTouchBegin, a touch grab begins if:
|
||||
|
||||
- a touch begins in grab_window or one of its ancestors, and
|
||||
- the specified modifier keys are down
|
||||
- the device is not actively grabbed, and
|
||||
- the specified modifier keys are down
|
||||
- a touch begins in grab_window or a descendant of grab_window, and
|
||||
- a passive grab of the same grab_type + modifier combination does not
|
||||
does not exist on an ancestor of grab_window.
|
||||
|
||||
Ownership of the touch sequence is granted to the grabbing client if:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue