aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 {