aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Innes2001-07-26 10:05:02 +0000
committerAndrew Innes2001-07-26 10:05:02 +0000
commit8911aff342aead068564b7209066d258defcadd8 (patch)
tree21f17d9c6b3f6779736b5d3ca050ce78c30fff7e /src
parent16098288611e3abab17e495d56254385d01ea52f (diff)
downloademacs-8911aff342aead068564b7209066d258defcadd8.tar.gz
emacs-8911aff342aead068564b7209066d258defcadd8.zip
(x_display_list): New extern.
Diffstat (limited to 'src')
-rw-r--r--src/w32term.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32term.h b/src/w32term.h
index 0a86259c0bb..da234487e3c 100644
--- a/src/w32term.h
+++ b/src/w32term.h
@@ -237,6 +237,7 @@ struct w32_display_info
237}; 237};
238 238
239/* This is a chain of structures for all the displays currently in use. */ 239/* This is a chain of structures for all the displays currently in use. */
240extern struct w32_display_info *x_display_list;
240extern struct w32_display_info one_w32_display_info; 241extern struct w32_display_info one_w32_display_info;
241 242
242/* This is a list of cons cells, each of the form (NAME . FONT-LIST-CACHE), 243/* This is a list of cons cells, each of the form (NAME . FONT-LIST-CACHE),