From: Andrew Innes Date: Thu, 26 Jul 2001 10:05:02 +0000 (+0000) Subject: (x_display_list): New extern. X-Git-Tag: emacs-pretest-21.0.105~382 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8911aff342aead068564b7209066d258defcadd8;p=emacs.git (x_display_list): New extern. --- 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 }; /* 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),