diff options
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 | ||