From 0e4e3b9e22338c0f0c284b9c0ef109e0269789a3 Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Mon, 8 Nov 2010 12:46:37 +0000 Subject: [PATCH] o_frame is the complete area for gadcon SVN revision: 54324 --- 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 14045c04e..814810d4c 100644 --- a/src/bin/e_dnd.c +++ b/src/bin/e_dnd.c @@ -605,7 +605,7 @@ _e_drag_coords_update(const E_Drop_Handler *h, int *dx, int *dy, int *dw, int *d e_gadcon_canvas_zone_geometry_get((E_Gadcon *)(h->obj), &px, &py, NULL, NULL); break; case E_GADCON_CLIENT_TYPE: - evas_object_geometry_get(((E_Gadcon_Client *)(h->obj))->o_box, dx, dy, dw, dh); + evas_object_geometry_get(((E_Gadcon_Client *)(h->obj))->o_frame, dx, dy, dw, dh); e_gadcon_canvas_zone_geometry_get(((E_Gadcon_Client *)(h->obj))->gadcon, &px, &py, NULL, NULL); break; case E_WIN_TYPE: