Mercurial > emacs
changeset 25520:e4c237a5a833
[macintosh]: Include macterm.h to define substitute X
Window types and macros.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 03 Sep 1999 18:15:24 +0000 |
parents | 5e59e2bd26b5 |
children | 8aec1d72cac4 |
files | src/dispextern.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Fri Sep 03 15:52:16 1999 +0000 +++ b/src/dispextern.h Fri Sep 03 18:15:24 1999 +0000 @@ -36,6 +36,9 @@ #include "w32gui.h" #endif +#ifdef macintosh +#include "macterm.h" +#endif /* Structure forward declarations. Some are here because function prototypes below reference structure types before their definition