From 8911aff342aead068564b7209066d258defcadd8 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Thu, 26 Jul 2001 10:05:02 +0000 Subject: [PATCH] (x_display_list): New extern. --- src/w32term.h | 1 + 1 file changed, 1 insertion(+) 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), -- 2.39.5