mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-29 00:31:01 -08:00
(xmenu_show): If !HAVE_X_WINDOWS, don't reference X display.
This commit is contained in:
parent
933fb95777
commit
f1df80a88f
1 changed files with 2 additions and 0 deletions
|
|
@ -2332,9 +2332,11 @@ xmenu_show (f, x, y, for_click, keymaps, title, error)
|
|||
x, y, ButtonReleaseMask, &datap);
|
||||
|
||||
|
||||
#ifdef HAVE_X_WINDOWS
|
||||
/* Assume the mouse has moved out of the X window.
|
||||
If it has actually moved in, we will get an EnterNotify. */
|
||||
x_mouse_leave (FRAME_X_DISPLAY_INFO (f));
|
||||
#endif
|
||||
|
||||
switch (status)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue