# HG changeset patch # User Andrew Choi # Date 996114908 0 # Node ID af9f5dd840a35fae14b8253166dd8a1b1bb091f3 # Parent 65c2f5d8dfa943ca26ad90a45c42ea25250c63c9 2001-07-26 Andrew Choi * inc/macterm.h (x_display_list): Declare extern. diff -r 65c2f5d8dfa9 -r af9f5dd840a3 mac/ChangeLog --- a/mac/ChangeLog Wed Jul 25 17:42:56 2001 +0000 +++ b/mac/ChangeLog Thu Jul 26 02:35:08 2001 +0000 @@ -1,3 +1,7 @@ +2001-07-26 Andrew Choi + + * inc/macterm.h (x_display_list): Declare extern. + 2001-07-20 Pavel Janík * src/macterm.c (xim_open_dpy): Fix typo. diff -r 65c2f5d8dfa9 -r af9f5dd840a3 mac/inc/macterm.h --- a/mac/inc/macterm.h Wed Jul 25 17:42:56 2001 +0000 +++ b/mac/inc/macterm.h Thu Jul 26 02:35:08 2001 +0000 @@ -211,8 +211,11 @@ /* 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;