mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2026-01-03 10:30:24 +01:00
xdg-activation: correct sequence when X11 client spawns Wayland client
The Wayland client requests surface activation directly using the token that it received from the X11 client. Signed-off-by: Roman Gilg <subdiff@gmail.com>
This commit is contained in:
parent
e7183fb762
commit
855786de91
1 changed files with 3 additions and 4 deletions
|
|
@ -43,12 +43,11 @@ Scenario 2. X11 client spawns Wayland client
|
|||
4. X11 client spawns Wayland client, sets ``$DESKTOP_STARTUP_ID`` in its
|
||||
environment.
|
||||
5. Wayland client starts.
|
||||
6. Wayland client sets the activation token, as received from
|
||||
``$DESKTOP_STARTUP_ID``.
|
||||
6. Wayland client requests surface activation with the activation token,
|
||||
as received from ``$DESKTOP_STARTUP_ID``.
|
||||
7. Compositor receives the request, matches ID with the common pool
|
||||
8. The startup feedback is finished.
|
||||
9. Wayland client requests surface activation.
|
||||
10. Compositor applies internal policies to allow/deny focus switch.
|
||||
9. Compositor applies internal policies to allow/deny focus switch.
|
||||
|
||||
Caveats
|
||||
-------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue