diff src/termhooks.h @ 83580:a791f826b2cc

(display_info) [WINDOWSNT]: Add w32.
author Jason Rumney <jasonr@gnu.org>
date Tue, 15 May 2007 23:06:47 +0000
parents b8d9a391daf3
children 5da6a46ddbd6
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;