From: Benjamin Otte Date: Sat, 12 May 2018 21:43:01 +0000 (+0200) Subject: wayland: Set correct variable X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~22^2~128 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6573d08b080973b58aa92d54784c5b5d238dc18b;p=gtk4.git wayland: Set correct variable This got messed up in commit 7f8a8f221d60bc5da23602e5e024eb91f8b0f758. --- 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);