e_comp_wl: do not send data device send enter/leave on evas mouse in/out callback
authorJunseok Kim <juns.kim@samsung.com>
Thu, 10 Aug 2023 05:44:31 +0000 (14:44 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Fri, 18 Aug 2023 05:32:01 +0000 (14:32 +0900)
commit702f73a2bd7d687a588d1634101b4cfe3c7ccf0b
tree512f6b7e8dcd7b60b11b8e7c7dace9ec2a9c4beb
parent6d308d05eab1890fe9ac072d8570faa4a4a34b74
e_comp_wl: do not send data device send enter/leave on evas mouse in/out callback

The wl_data_device_send_enter/leave is called in ecore_mouse_move callback.
For consistency of the drag and drop, remove wl_data_device_send_enter from the evas mouse callback

Change-Id: I0c072b52c67196a4d5286ba2a0379a4d1db90277
src/bin/e_comp_wl.c