Mercurial > emacs
diff src/xmenu.c @ 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 | f5d820ad7a13 |
| children | f1585a0ecd0c |
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) {
