From 3a05d94dc25c0e6386fa5efd27885ceb0dc48396 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 2 Jan 2020 21:06:51 -0800 Subject: [PATCH] protocol: fix typo in wl_data_offer.set_actions description Signed-off-by: Michael Forney --- protocol/wayland.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index f1a13b7..1f645ba 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -572,7 +572,7 @@ This request determines the final result of the drag-and-drop operation. If the end result is that no action is accepted, - the drag source will receive wl_drag_source.cancelled. + the drag source will receive wl_data_source.cancelled. The dnd_actions argument must contain only values expressed in the wl_data_device_manager.dnd_actions enum, and the preferred_action -- 2.7.4