No need to get Width & Height, they are not used here.

SVN revision: 37544
This commit is contained in:
Christopher Michael 2008-11-08 05:54:39 +00:00
parent c3434ee35a
commit a9f9017432
1 changed files with 2 additions and 2 deletions

View File

@ -794,7 +794,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;
mn = e_menu_new();
e_menu_post_deactivate_callback_set(mn, _menu_cb_post, inst);
@ -815,7 +815,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);
e_gadcon_canvas_zone_geometry_get(inst->gcc->gadcon, &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,