From: Junseok Kim Date: Thu, 28 Apr 2022 09:37:37 +0000 (+0900) Subject: e_comp_wl_data: makes drag_client can reusable X-Git-Tag: accepted/tizen/unified/20220503.065052~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F35%2F274535%2F1;p=platform%2Fupstream%2Fenlightenment.git e_comp_wl_data: makes drag_client can reusable the drag_client (drag and drop icon that under pointer) object can re-use by client. but the E_Client of icon_resource couldn't re-assigned to drag_client. this patch fixes it. Change-Id: If51573ab85c1af226e7328377991d9c43965d3e9 Signed-off-by: Junseok Kim --- diff --git a/src/bin/e_comp_wl_data.c b/src/bin/e_comp_wl_data.c index e839e0a..a1c61f2 100644 --- a/src/bin/e_comp_wl_data.c +++ b/src/bin/e_comp_wl_data.c @@ -713,9 +713,9 @@ _e_comp_wl_data_device_cb_drag_start(struct wl_client *client, struct wl_resourc e_client_layer_set(ec, E_LAYER_CLIENT_DRAG); e_client_focus_stack_set(eina_list_remove(e_client_focus_stack_get(), ec)); EC_CHANGED(ec); - e_comp_wl->drag_client = ec; e_comp_override_add(); } + e_comp_wl->drag_client = ec; } EINA_LIST_FOREACH(e_comp_wl->ptr.resources, l, res)