From: Richard M. Stallman Date: Thu, 30 Jun 1994 04:27:21 +0000 (+0000) Subject: (XLIB_ILLEGAL_ACCESS): Defined. X-Git-Tag: emacs-19.34~7762 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40e6f148a4f209fba924f4f50260a907d0ce7124;p=emacs.git (XLIB_ILLEGAL_ACCESS): Defined. --- 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"