o_frame is the complete area for gadcon

SVN revision: 54324
This commit is contained in:
Sebastian Dransfeld 2010-11-08 12:46:37 +00:00
parent 8c6c2d7270
commit 0e4e3b9e22
1 changed files with 1 additions and 1 deletions

View File

@ -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: