[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/termhooks.h,v
From: |
Adrian Robert |
Subject: |
[Emacs-diffs] Changes to emacs/src/termhooks.h,v |
Date: |
Tue, 15 Jul 2008 18:15:49 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Adrian Robert <arobert> 08/07/15 18:15:19
Index: src/termhooks.h
===================================================================
RCS file: /sources/emacs/emacs/src/termhooks.h,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -b -r1.93 -r1.94
--- src/termhooks.h 15 May 2008 03:25:09 -0000 1.93
+++ src/termhooks.h 15 Jul 2008 18:15:17 -0000 1.94
@@ -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;
- [Emacs-diffs] Changes to emacs/src/termhooks.h,v,
Adrian Robert <=