Mercurial > emacs
changeset 83580:a791f826b2cc
(display_info) [WINDOWSNT]: Add w32.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Tue, 15 May 2007 23:06:47 +0000 |
parents | 8244ea66b7a6 |
children | 29192b6da477 |
files | src/termhooks.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/termhooks.h Tue May 15 23:06:27 2007 +0000 +++ b/src/termhooks.h Tue May 15 23:06:47 2007 +0000 @@ -327,6 +327,9 @@ { struct tty_display_info *tty; /* termchar.h */ struct x_display_info *x; /* xterm.h */ +#ifdef WINDOWSNT + struct w32_display_info *w32; /* w32term.h */ +#endif } display_info;