fix e_win dnd coord calcs

This commit is contained in:
Mike Blumenkrantz 2013-06-10 06:18:12 +01:00
parent 051baac680
commit 219e197220
1 changed files with 2 additions and 2 deletions

View File

@ -630,8 +630,8 @@ _e_drag_coords_update(const E_Drop_Handler *h, int *dx, int *dy)
break;
case E_WIN_TYPE:
px = ((E_Win *)(h->obj))->x;
py = ((E_Win *)(h->obj))->y;
px = ((E_Win *)(h->obj))->border->x;
py = ((E_Win *)(h->obj))->border->y;
break;
case E_ZONE_TYPE: