summaryrefslogtreecommitdiff
path: root/src/termhooks.h
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2007-05-15 23:06:47 +0000
committerJason Rumney <jasonr@gnu.org>2007-05-15 23:06:47 +0000
commit936ad3d6f497dd8b01c6ef814efc4e885f117006 (patch)
treed04effb5905e4205925f3fde325ba77e6ab96e96 /src/termhooks.h
parentea7074b4013b3675a4ff2349475b03f3fbfbd2f7 (diff)
downloademacs-936ad3d6f497dd8b01c6ef814efc4e885f117006.tar.gz
(display_info) [WINDOWSNT]: Add w32.
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h3
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;