elementary: Fix DnD to work again in wayland
authorChris Michael <cp.michael@samsung.com>
Mon, 5 Jan 2015 17:05:50 +0000 (12:05 -0500)
committerChris Michael <cp.michael@samsung.com>
Mon, 5 Jan 2015 17:05:50 +0000 (12:05 -0500)
commit9c5be418e5d20cd408a7eeca9ce068eab3099e53
tree476ab2438fa69b0b42f99cd84a777258860f9d05
parent527e6468887e92e539c048dd7b9a42f5af871076
elementary: Fix DnD to work again in wayland

Summary: In order for ecore_wl to start a drag, we need to send the
parent window of the object being dragged. Previous code was not
getting the parent window properly.

NB: This patch also fixes an issue where the data being sent to the
drop callback was being incorrectly sent.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/elm_cnp.c