From 98299b971bf3ba512365de1db803e9a2169ccb16 Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Fri, 13 Jun 2008 21:35:39 +0000 Subject: [PATCH] On drop from external program, use the event window to find the drop target. SVN revision: 34817 --- src/bin/e_dnd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_dnd.c b/src/bin/e_dnd.c index f486cabb0..04c128557 100644 --- a/src/bin/e_dnd.c +++ b/src/bin/e_dnd.c @@ -1184,7 +1184,7 @@ _e_dnd_cb_event_dnd_position(void *data, int type, void *event) } else { - _e_drag_update(_drag_win_root, ev->position.x, ev->position.y); + _e_drag_update(ev->win, ev->position.x, ev->position.y); ecore_x_dnd_send_status(1, 0, rect, ECORE_X_DND_ACTION_PRIVATE); } // double t2 = ecore_time_get() - t1; ////