aboutsummaryrefslogtreecommitdiffstats
path: root/src/termhooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index ae4fb361e36..1be9a1b45b9 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -318,6 +318,8 @@ extern struct tty_display_info *gpm_tty;
318 318
319 319
320struct mac_display_info; 320struct mac_display_info;
321struct ns_display_info;
322struct x_display_info;
321struct w32_display_info; 323struct w32_display_info;
322 324
323/* Terminal-local parameters. */ 325/* Terminal-local parameters. */
@@ -368,6 +370,7 @@ struct terminal
368 struct x_display_info *x; /* xterm.h */ 370 struct x_display_info *x; /* xterm.h */
369 struct w32_display_info *w32; /* w32term.h */ 371 struct w32_display_info *w32; /* w32term.h */
370 struct mac_display_info *mac; /* macterm.h */ 372 struct mac_display_info *mac; /* macterm.h */
373 struct ns_display_info *ns; /* nsterm.h */
371 } display_info; 374 } display_info;
372 375
373 376