]> git.eshelyaron.com Git - emacs.git/commitdiff
(display_info) [WINDOWSNT]: Add w32.
authorJason Rumney <jasonr@gnu.org>
Tue, 15 May 2007 23:06:47 +0000 (23:06 +0000)
committerJason Rumney <jasonr@gnu.org>
Tue, 15 May 2007 23:06:47 +0000 (23:06 +0000)
src/termhooks.h

index 72e0940cea623ab13d50df88007e87a1976fdcba..21c746758fb5ba15709a676bf9925e3f646c7d9c 100644 (file)
@@ -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;
 
 \f