Mercurial > emacs
diff src/w32term.h @ 38569:dbf5f78bc403
(x_display_list): New extern.
| author | Andrew Innes <andrewi@gnu.org> |
|---|---|
| date | Thu, 26 Jul 2001 10:05:02 +0000 |
| parents | e97aa7dfaf5c |
| children | eed2220c99a5 |
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),
