From 29e460bd82bbd0b6079878aa08763ecca119062c Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 24 Apr 1995 16:55:03 +0000 Subject: [PATCH] (xmenu_show): x_mouse_leave needs an arg. --- src/xmenu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmenu.c b/src/xmenu.c index b038fe7b540..91c57f986c8 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -2298,7 +2298,7 @@ xmenu_show (f, x, y, for_click, keymaps, title, error) /* Assume the mouse has moved out of the X window. If it has actually moved in, we will get an EnterNotify. */ - x_mouse_leave (); + x_mouse_leave (FRAME_X_DISPLAY_INFO (f)); switch (status) { -- 2.39.5