tests: Update README

"activate" is no longer a no-op on Wayland, it uses xdg-activation.

Update the README accordingly.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2849>
This commit is contained in:
Olivier Fourdan 2023-02-20 10:33:27 +01:00 committed by Marge Bot
parent 32e173c3ce
commit 3be189192a

View File

@ -57,8 +57,7 @@ hide <client-id>/<window-id>
Ask the client to show (map) or hide (unmap) the given window
activate <client-id>/<window-id>
Ask the client to raise and focus the given window. This is currently a no-op
for Wayland, where this capability is not supported in the protocol.
Ask the client to raise and focus the given window.
local_activate <client-id>-<window-id>
The same as 'activate', but the operation is done directly inside Mutter