changeset 12131:fa4e74485660

(xmenu_show): If !HAVE_X_WINDOWS, don't reference X display.
author Karl Heuer <kwzh@gnu.org>
date Thu, 08 Jun 1995 19:14:45 +0000
parents bd03a01d7059
children 017f32786ed3
files src/xmenu.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)
     {