protocol: Fix reference to wrong interface

Signed-off-by: Robert Ancell <robert.ancell@canonical.com>
This commit is contained in:
Robert Ancell 2026-04-28 16:27:28 +12:00
parent 59d65434f6
commit 3cf4a8177f
No known key found for this signature in database
GPG key ID: 5A4D9816CA519FBD

View file

@ -889,7 +889,7 @@
The most recent action received is always the valid one. The chosen The most recent action received is always the valid one. The chosen
action may change alongside negotiation (e.g. an "ask" action can turn action may change alongside negotiation (e.g. an "ask" action can turn
into a "move" operation), so the effects of the final action must 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 Clients can trigger cursor surface changes from this point, so
they reflect the current action. they reflect the current action.