aboutsummaryrefslogtreecommitdiffstats
path: root/mac/inc
diff options
context:
space:
mode:
authorAndrew Choi <[email protected]>2001-07-26 02:35:08 +0000
committerAndrew Choi <[email protected]>2001-07-26 02:35:08 +0000
commit11c781133762eeb07d650846a1578cd1536b140f (patch)
treea2b1ffb377e2c4f89bc8775bebc1ed1b5ced4a76 /mac/inc
parent4b09e331fabd943d4fefb61dfe57a73cf9932b0d (diff)
2001-07-26 Andrew Choi <[email protected]>
* inc/macterm.h (x_display_list): Declare extern.
Diffstat (limited to 'mac/inc')
-rw-r--r--mac/inc/macterm.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/mac/inc/macterm.h b/mac/inc/macterm.h
index 89a3ac9174..7145e57fa7 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;