changeset 38569:dbf5f78bc403

(x_display_list): New extern.
author Andrew Innes <andrewi@gnu.org>
date Thu, 26 Jul 2001 10:05:02 +0000
parents 23742d891316
children 9606b955465e
files src/w32term.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32term.h	Thu Jul 26 09:54:21 2001 +0000
+++ b/src/w32term.h	Thu Jul 26 10:05:02 2001 +0000
@@ -237,6 +237,7 @@
 };
 
 /* This is a chain of structures for all the displays currently in use.  */
+extern struct w32_display_info *x_display_list;
 extern struct w32_display_info one_w32_display_info;
 
 /* This is a list of cons cells, each of the form (NAME . FONT-LIST-CACHE),