Mercurial > emacs
diff src/xmenu.c @ 9546:c5a0a84a76a7
Delete HAVE_X11 conditionals.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sat, 15 Oct 1994 23:51:54 +0000 |
| parents | e5ecfda9e730 |
| children | b36d5e88cccc |
line wrap: on
line diff
--- a/src/xmenu.c Sat Oct 15 22:24:10 1994 +0000 +++ b/src/xmenu.c Sat Oct 15 23:51:54 1994 +0000 @@ -54,11 +54,7 @@ #include "dispextern.h" -#ifdef HAVE_X11 #include "../oldXMenu/XMenu.h" -#else -#include <X/XMenu.h> -#endif #ifdef USE_X_TOOLKIT #include <X11/Xlib.h> @@ -77,11 +73,7 @@ #define FALSE 0 #endif /* no TRUE */ -#ifdef HAVE_X11 extern Display *x_current_display; -#else -#define ButtonReleaseMask ButtonReleased -#endif /* not HAVE_X11 */ extern Lisp_Object Qmenu_enable; extern Lisp_Object Qmenu_bar; @@ -2080,7 +2072,6 @@ } /* Adjust coordinates to relative to the outer (window manager) window. */ -#ifdef HAVE_X11 { Window child; int win_x = 0, win_y = 0; @@ -2106,7 +2097,6 @@ y += win_y; } } -#endif /* HAVE_X11 */ /* Adjust coordinates to be root-window-relative. */ x += f->display.x->left_pos;
