From: Richard M. Stallman Date: Sat, 15 Oct 1994 23:51:54 +0000 (+0000) Subject: Delete HAVE_X11 conditionals. X-Git-Tag: emacs-19.34~6308 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ca702ec5a360ecec1875f2da5471f69475a6863;p=emacs.git Delete HAVE_X11 conditionals. --- diff --git a/src/xmenu.c b/src/xmenu.c index 4e87f706044..10732855e8a 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -54,11 +54,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "dispextern.h" -#ifdef HAVE_X11 #include "../oldXMenu/XMenu.h" -#else -#include -#endif #ifdef USE_X_TOOLKIT #include @@ -77,11 +73,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #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 @@ xmenu_show (f, x, y, menubarp, keymaps, title, error) } /* 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 @@ xmenu_show (f, x, y, menubarp, keymaps, title, error) y += win_y; } } -#endif /* HAVE_X11 */ /* Adjust coordinates to be root-window-relative. */ x += f->display.x->left_pos;