From: Jason Rumney Date: Tue, 15 May 2007 23:06:47 +0000 (+0000) Subject: (display_info) [WINDOWSNT]: Add w32. X-Git-Tag: emacs-pretest-23.0.90~11236^2~128 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=936ad3d6f497dd8b01c6ef814efc4e885f117006;p=emacs.git (display_info) [WINDOWSNT]: Add w32. --- 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;