From 3cf4a8177f6552de96f3d5bc85b0a27dc974cab3 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Tue, 28 Apr 2026 16:27:28 +1200 Subject: [PATCH] protocol: Fix reference to wrong interface Signed-off-by: Robert Ancell --- protocol/wayland.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index c117c9f6..90634f43 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -889,7 +889,7 @@ The most recent action received is always the valid one. The chosen action may change alongside negotiation (e.g. an "ask" action can turn into a "move" operation), so the effects of the final action must - always be applied in wl_data_offer.dnd_finished. + always be applied in wl_data_source.dnd_finished. Clients can trigger cursor surface changes from this point, so they reflect the current action.