ecore_wl2_dnd: Fix the comparison target of data source 46/301746/1 accepted/tizen/unified/20231123.124511
authorJunseok Kim <juns.kim@samsung.com>
Wed, 22 Nov 2023 09:19:16 +0000 (18:19 +0900)
committerJunseok Kim <juns.kim@samsung.com>
Wed, 22 Nov 2023 09:19:16 +0000 (18:19 +0900)
commit94963179e155e6ea14a8e78a89968524caf8637e
tree556abe3218c3521d75b72d2ab4303409e4e77c7f
parent9cae74bc82dca4220fb09798fdc95c78c8198927
ecore_wl2_dnd: Fix the comparison target of data source

There was a bug that Drag and drop failed after copy and paste.
It caused mismatch of serial on data ready callback,
and the serial failure dute to miscompare between source and serial.

For fix this issue, fix the comparison target of the data source.

Change-Id: I74577cfbb2d6c287114814b275c3e0955b92e794
src/lib/ecore_wl2/ecore_wl2_dnd.c