From d377ab9c077e8b1989385ae44aa6d8433e1a0825 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 13 Jan 2020 19:00:33 +0100 Subject: [PATCH] protocol: add missing enums for wl_data_device_manager.dnd_action Signed-off-by: Simon Ser --- protocol/wayland.xml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 1f645ba..f1d95c7 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -593,8 +593,10 @@ This request can only be made on drag-and-drop offers, a protocol error will be raised otherwise. - - + + @@ -603,7 +605,8 @@ will be sent right after wl_data_device.enter, or anytime the source side changes its offered actions through wl_data_source.set_actions. - + @@ -644,7 +647,8 @@ final wl_data_offer.set_actions and wl_data_offer.accept requests must happen before the call to wl_data_offer.finish. - + @@ -741,7 +745,8 @@ wl_data_device.start_drag. Attempting to use the source other than for drag-and-drop will raise a protocol error. - + @@ -797,7 +802,8 @@ Clients can trigger cursor surface changes from this point, so they reflect the current action. - + -- 2.7.4