aboutsummaryrefslogtreecommitdiffstats
path: root/src/termhooks.h
diff options
context:
space:
mode:
authorAdrian Robert2008-07-15 18:15:18 +0000
committerAdrian Robert2008-07-15 18:15:18 +0000
commitedfda78355c5528eee489fa8a7f9c73bf8e734f2 (patch)
tree78d2414d9791e1efc17ec9b35b438ae35602340a /src/termhooks.h
parent1391cd548782097e34d7856ec4f20ca90bdf2c26 (diff)
downloademacs-edfda78355c5528eee489fa8a7f9c73bf8e734f2.tar.gz
emacs-edfda78355c5528eee489fa8a7f9c73bf8e734f2.zip
merging Emacs.app (NeXTstep port)
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