From 6573d08b080973b58aa92d54784c5b5d238dc18b Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 12 May 2018 23:43:01 +0200 Subject: [PATCH] wayland: Set correct variable This got messed up in commit 7f8a8f221d60bc5da23602e5e024eb91f8b0f758. --- gdk/wayland/gdkdevice-wayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/wayland/gdkdevice-wayland.c b/gdk/wayland/gdkdevice-wayland.c index 3ccc79c5a8..0cc50c77fa 100644 --- a/gdk/wayland/gdkdevice-wayland.c +++ b/gdk/wayland/gdkdevice-wayland.c @@ -1180,7 +1180,7 @@ data_offer_action (void *data, if (drop_context == NULL) return; - drop_context->action = gdk_wayland_actions_to_gdk_actions (action); + drop_context->suggested_action = gdk_wayland_actions_to_gdk_actions (action); _gdk_wayland_drag_context_emit_event (drop_context, GDK_DRAG_MOTION, GDK_CURRENT_TIME);