diff src/termhooks.h @ 96675:d45acf0c8d23

merging Emacs.app (NeXTstep port)
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Tue, 15 Jul 2008 18:15:18 +0000
parents 29adfc9354e7
children 9592c50233ab
line wrap: on
line diff
--- a/src/termhooks.h	Tue Jul 15 15:45:05 2008 +0000
+++ b/src/termhooks.h	Tue Jul 15 18:15:18 2008 +0000
@@ -318,6 +318,8 @@
 
 
 struct mac_display_info;
+struct ns_display_info;
+struct x_display_info;
 struct w32_display_info;
 
 /* Terminal-local parameters. */
@@ -368,6 +370,7 @@
     struct x_display_info *x;         /* xterm.h */
     struct w32_display_info *w32;     /* w32term.h */
     struct mac_display_info *mac;     /* macterm.h */
+    struct ns_display_info *ns;       /* nsterm.h */
   } display_info;