summaryrefslogtreecommitdiff
path: root/src/xmenu.c
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-04-24 16:55:03 +0000
committerKarl Heuer <kwzh@gnu.org>1995-04-24 16:55:03 +0000
commitc59be4b7260bf66423d3d416749c9a4315653d12 (patch)
tree4a826a5d925403659940065e816ab4c90ce521d1 /src/xmenu.c
parentaef115a4c24da63ae9b4222f60b98b1583796d62 (diff)
downloademacs-c59be4b7260bf66423d3d416749c9a4315653d12.tar.gz
(xmenu_show): x_mouse_leave needs an arg.
Diffstat (limited to 'src/xmenu.c')
-rw-r--r--src/xmenu.c2
1 files changed, 1 insertions, 1 deletions
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)
{