From 936ad3d6f497dd8b01c6ef814efc4e885f117006 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Tue, 15 May 2007 23:06:47 +0000 Subject: [PATCH] (display_info) [WINDOWSNT]: Add w32. --- src/termhooks.h | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.39.5