# HG changeset patch # User Richard M. Stallman # Date 772950441 0 # Node ID f40cbe50c74f10c7f7eca906f7e6bbe9d1bd8576 # Parent bb03e344f07ef71589915e950dc145f9aa50d799 (XLIB_ILLEGAL_ACCESS): Defined. diff -r bb03e344f07e -r f40cbe50c74f src/xfns.c --- a/src/xfns.c Wed Jun 29 21:38:34 1994 +0000 +++ b/src/xfns.c Thu Jun 30 04:27:21 1994 +0000 @@ -28,6 +28,9 @@ #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"