No need to fetch width & height here...they are not used.

SVN revision: 37541
This commit is contained in:
Christopher Michael 2008-11-08 05:50:02 +00:00
parent 4a70730d4a
commit ccc47fdce9
1 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,7 @@ _button_cb_mouse_down(void *data, Evas *e, Evas_Object *obj, void *event_info)
{
E_Menu *mn;
E_Menu_Item *mi;
int cx, cy, cw, ch;
int cx, cy;
Eina_List *l;
char buf[256];
@ -292,7 +292,7 @@ _button_cb_mouse_down(void *data, Evas *e, Evas_Object *obj, void *event_info)
e_gadcon_client_util_menu_items_append(inst->gcc, mn, 0);
e_gadcon_canvas_zone_geometry_get(inst->gcc->gadcon,
&cx, &cy, &cw, &ch);
&cx, &cy, NULL, NULL);
e_menu_activate_mouse(mn,
e_util_zone_current_get(e_manager_current_get()),
cx + ev->output.x, cy + ev->output.y, 1, 1,