wayland: Set correct variable

This got messed up in commit 7f8a8f221d.
This commit is contained in:
Benjamin Otte 2018-05-12 23:43:01 +02:00
parent 74a8ffc4a8
commit 6573d08b08

View File

@ -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);