diff options
author | Jason Rumney <jasonr@gnu.org> | 2007-05-15 23:06:47 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2007-05-15 23:06:47 +0000 |
commit | 936ad3d6f497dd8b01c6ef814efc4e885f117006 (patch) | |
tree | d04effb5905e4205925f3fde325ba77e6ab96e96 /src/termhooks.h | |
parent | ea7074b4013b3675a4ff2349475b03f3fbfbd2f7 (diff) | |
download | emacs-936ad3d6f497dd8b01c6ef814efc4e885f117006.tar.gz |
(display_info) [WINDOWSNT]: Add w32.
Diffstat (limited to 'src/termhooks.h')
-rw-r--r-- | src/termhooks.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index 72e0940cea6..21c746758fb 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -327,6 +327,9 @@ struct terminal { 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; |