Width & Height are not needed here either.

SVN revision: 37540
This commit is contained in:
Christopher Michael 2008-11-08 05:48:47 +00:00
parent 2204e780da
commit 4a70730d4a
1 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,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);
@ -175,7 +175,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,