]> git.eshelyaron.com Git - emacs.git/commitdiff
(XLIB_ILLEGAL_ACCESS): Defined.
authorRichard M. Stallman <rms@gnu.org>
Thu, 30 Jun 1994 04:27:21 +0000 (04:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 30 Jun 1994 04:27:21 +0000 (04:27 +0000)
src/xfns.c

index c73af713a1c38699bfda9060615dc0a96c0b9e6b..12b369b8c75329f577eb238d1e41b61989facb12 100644 (file)
@@ -28,6 +28,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #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"