# HG changeset patch # User Karl Heuer # Date 802638885 0 # Node ID fa4e744856604dcdaeb31a9b5c1d1096108afdd2 # Parent bd03a01d7059ab389fafe47347bc34c644b77cd3 (xmenu_show): If !HAVE_X_WINDOWS, don't reference X display. diff -r bd03a01d7059 -r fa4e74485660 src/xmenu.c --- a/src/xmenu.c Thu Jun 08 16:48:40 1995 +0000 +++ b/src/xmenu.c Thu Jun 08 19:14:45 1995 +0000 @@ -2332,9 +2332,11 @@ 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) {