diff options
| author | Richard M. Stallman | 1994-06-30 04:27:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-06-30 04:27:21 +0000 |
| commit | 40e6f148a4f209fba924f4f50260a907d0ce7124 (patch) | |
| tree | d7269b569aa4b3d157168a3fc69dcf5cefb934b9 /src | |
| parent | f10f0b79a4eb314542a6425a976d0bbb24a372d0 (diff) | |
| download | emacs-40e6f148a4f209fba924f4f50260a907d0ce7124.tar.gz emacs-40e6f148a4f209fba924f4f50260a907d0ce7124.zip | |
(XLIB_ILLEGAL_ACCESS): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 3 |
1 files changed, 3 insertions, 0 deletions
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. */ | |||
| 28 | #include <stdio.h> | 28 | #include <stdio.h> |
| 29 | #endif | 29 | #endif |
| 30 | 30 | ||
| 31 | /* This makes the fields of a Display accessible, in Xlib header files. */ | ||
| 32 | #define XLIB_ILLEGAL_ACCESS | ||
| 33 | |||
| 31 | #include "lisp.h" | 34 | #include "lisp.h" |
| 32 | #include "xterm.h" | 35 | #include "xterm.h" |
| 33 | #include "frame.h" | 36 | #include "frame.h" |