summaryrefslogtreecommitdiff
path: root/mac
diff options
context:
space:
mode:
authorAndrew Choi <akochoi@shaw.ca>2001-07-26 02:35:08 +0000
committerAndrew Choi <akochoi@shaw.ca>2001-07-26 02:35:08 +0000
commita08761d85ea2e63200421042eba5007bbe4f4e0c (patch)
tree76629eefa53a4bcff1bb80db742d59fcac79d483 /mac
parent99df3c3723e64451a31cea4ca2d1f7f6477b66a7 (diff)
downloademacs-a08761d85ea2e63200421042eba5007bbe4f4e0c.tar.gz
2001-07-26 Andrew Choi <akochoi@i-cable.com>
* inc/macterm.h (x_display_list): Declare extern.
Diffstat (limited to 'mac')
-rw-r--r--mac/ChangeLog4
-rw-r--r--mac/inc/macterm.h5
2 files changed, 8 insertions, 1 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog
index 67833b70168..a009e66060c 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-26 Andrew Choi <akochoi@i-cable.com>
+
+ * inc/macterm.h (x_display_list): Declare extern.
+
2001-07-20 Pavel Janík <Pavel@Janik.cz>
* src/macterm.c (xim_open_dpy): Fix typo.
diff --git a/mac/inc/macterm.h b/mac/inc/macterm.h
index 89a3ac91745..7145e57fa71 100644
--- a/mac/inc/macterm.h
+++ b/mac/inc/macterm.h
@@ -211,8 +211,11 @@ struct mac_display_info
/* This is a chain of structures for all the displays currently in use. */
extern struct mac_display_info one_mac_display_info;
+/* This is a chain of structures for all the X displays currently in use. */
+extern struct x_display_info *x_display_list;
+
/* This is a list of cons cells, each of the form (NAME . FONT-LIST-CACHE),
- one for each element of w32_display_list and in the same order.
+ one for each element of x_display_list and in the same order.
NAME is the name of the frame.
FONT-LIST-CACHE records previous values returned by x-list-fonts. */
extern Lisp_Object x_display_name_list;