aboutsummaryrefslogtreecommitdiffstats
path: root/src/xmenu.c
diff options
context:
space:
mode:
authorKarl Heuer1995-04-24 16:55:03 +0000
committerKarl Heuer1995-04-24 16:55:03 +0000
commit29e460bd82bbd0b6079878aa08763ecca119062c (patch)
treeb2e2cabd909246ecdba81d6508a99d43290f0cc2 /src/xmenu.c
parente90d12719b95093e9b8384d4ec65c93d5937f589 (diff)
downloademacs-29e460bd82bbd0b6079878aa08763ecca119062c.tar.gz
emacs-29e460bd82bbd0b6079878aa08763ecca119062c.zip
(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)
2298 2298
2299 /* Assume the mouse has moved out of the X window. 2299 /* Assume the mouse has moved out of the X window.
2300 If it has actually moved in, we will get an EnterNotify. */ 2300 If it has actually moved in, we will get an EnterNotify. */
2301 x_mouse_leave (); 2301 x_mouse_leave (FRAME_X_DISPLAY_INFO (f));
2302 2302
2303 switch (status) 2303 switch (status)
2304 { 2304 {