]> git.eshelyaron.com Git - emacs.git/commitdiff
2001-07-26 Andrew Choi <akochoi@i-cable.com>
authorAndrew Choi <akochoi@shaw.ca>
Thu, 26 Jul 2001 02:35:08 +0000 (02:35 +0000)
committerAndrew Choi <akochoi@shaw.ca>
Thu, 26 Jul 2001 02:35:08 +0000 (02:35 +0000)
        * inc/macterm.h (x_display_list): Declare extern.

mac/ChangeLog
mac/inc/macterm.h

index 67833b70168c7464cb8248cebf2a19eec81b9d69..a009e66060cb9e7310a1e958d96e9e22ba1818ea 100644 (file)
@@ -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.
index 89a3ac917454450c67671e151e24b6483e1810e8..7145e57fa71d88e717cd4191e17d56eddf99f13b 100644 (file)
@@ -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;