From d42dedb231925c8914dbcb494b77153ec9a3c91f Mon Sep 17 00:00:00 2001 From: David Redondo Date: Wed, 9 Oct 2024 11:23:13 +0200 Subject: [PATCH] xdg-activation: Clarify that the token is sent immediately after committing If a token is requested it's useful for this point in time and not at a unspecified time in future. This is also what compositor implementations do. Signed-off-by: David Redondo --- staging/xdg-activation/xdg-activation-v1.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/staging/xdg-activation/xdg-activation-v1.xml b/staging/xdg-activation/xdg-activation-v1.xml index 9adcc27..b9158c3 100644 --- a/staging/xdg-activation/xdg-activation-v1.xml +++ b/staging/xdg-activation/xdg-activation-v1.xml @@ -179,6 +179,7 @@ Requests an activation token based on the different parameters that have been offered through set_serial, set_surface and set_app_id. + A roundtrip after commit guarantees that the client has received the xdg_activation_token_v1.done event.