e_comp_wl_data: set visible value of the drag_client to False when the drag finished. 16/290716/1
authorJunseok Kim <juns.kim@samsung.com>
Thu, 30 Mar 2023 06:31:41 +0000 (15:31 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 31 Mar 2023 06:54:01 +0000 (15:54 +0900)
commit7165ca2b0893af7656fc2ab99a6c59c093e7606e
treedbb0ad6312aa5bf46db64e1a5e6824cb15fc8e39
parentc7b4cc22c266f6c9a5f1726490e4fd5d28ef352c
e_comp_wl_data: set visible value of the drag_client to False when the drag finished.

Set visible value of the drag client to 0 when the drop finished.

There're many log about show blocked of the drag client after the drop
finished.
It's caused by the visible value of the drag client is 1 even though the
drag client didn't draw their surface after the drop finished.
To solve this problem, we set the visible value of the drag client to 0
when the drop finished.

Change-Id: I6994de1e5f11a3d1e1d2922948f43f10fd8d1753
src/bin/e_comp_wl_data.c