changeset 8091:f40cbe50c74f

(XLIB_ILLEGAL_ACCESS): Defined.
author Richard M. Stallman <rms@gnu.org>
date Thu, 30 Jun 1994 04:27:21 +0000
parents bb03e344f07e
children de6f0cdfd332
files src/xfns.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <stdio.h>
 #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"