From: Gerd Moellmann Date: Sun, 11 Jun 2000 12:12:52 +0000 (+0000) Subject: (xmenu_show): Case second parameter of lw_popup_menu X-Git-Tag: emacs-pretest-21.0.90~3406 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a52445bda81c2fef4504db86a02d5b4ea37553f0;p=emacs.git (xmenu_show): Case second parameter of lw_popup_menu to `XEvent *'. --- diff --git a/src/xmenu.c b/src/xmenu.c index 2bc24d6d1fc..1cdfe3a923b 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -2193,7 +2193,7 @@ xmenu_show (f, x, y, for_click, keymaps, title, error) menu_item_selection = 0; /* Display the menu. */ - lw_popup_menu (menu, &dummy); + lw_popup_menu (menu, (XEvent *) &dummy); x_set_menu_resources_from_menu_face (f, menu); popup_activated_flag = 1;