diff options
| author | Jason Rumney | 2007-05-15 23:06:47 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-05-15 23:06:47 +0000 |
| commit | 936ad3d6f497dd8b01c6ef814efc4e885f117006 (patch) | |
| tree | d04effb5905e4205925f3fde325ba77e6ab96e96 /src | |
| parent | ea7074b4013b3675a4ff2349475b03f3fbfbd2f7 (diff) | |
| download | emacs-936ad3d6f497dd8b01c6ef814efc4e885f117006.tar.gz emacs-936ad3d6f497dd8b01c6ef814efc4e885f117006.zip | |
(display_info) [WINDOWSNT]: Add w32.
Diffstat (limited to 'src')
| -rw-r--r-- | src/termhooks.h | 3 |
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 | |||
| 327 | { | 327 | { |
| 328 | struct tty_display_info *tty; /* termchar.h */ | 328 | struct tty_display_info *tty; /* termchar.h */ |
| 329 | struct x_display_info *x; /* xterm.h */ | 329 | struct x_display_info *x; /* xterm.h */ |
| 330 | #ifdef WINDOWSNT | ||
| 331 | struct w32_display_info *w32; /* w32term.h */ | ||
| 332 | #endif | ||
| 330 | } display_info; | 333 | } display_info; |
| 331 | 334 | ||
| 332 | 335 | ||