From 40e6f148a4f209fba924f4f50260a907d0ce7124 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 30 Jun 1994 04:27:21 +0000 Subject: [PATCH] (XLIB_ILLEGAL_ACCESS): Defined. --- src/xfns.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/xfns.c b/src/xfns.c index c73af713a1c..12b369b8c75 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -28,6 +28,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #endif +/* This makes the fields of a Display accessible, in Xlib header files. */ +#define XLIB_ILLEGAL_ACCESS + #include "lisp.h" #include "xterm.h" #include "frame.h" -- 2.39.5