From a52445bda81c2fef4504db86a02d5b4ea37553f0 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sun, 11 Jun 2000 12:12:52 +0000 Subject: [PATCH] (xmenu_show): Case second parameter of lw_popup_menu to `XEvent *'. --- src/xmenu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2