On drop from external program, use the event window to find the drop target.

SVN revision: 34817
This commit is contained in:
Sebastian Dransfeld 2008-06-13 21:35:39 +00:00
parent ff992cfb50
commit 98299b971b
1 changed files with 1 additions and 1 deletions

View File

@ -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; ////