comparison 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
comparison
equal deleted inserted replaced
38568:23742d891316 38569:dbf5f78bc403
235 /* Cache of images. */ 235 /* Cache of images. */
236 struct image_cache *image_cache; 236 struct image_cache *image_cache;
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. */
240 extern struct w32_display_info *x_display_list;
240 extern struct w32_display_info one_w32_display_info; 241 extern 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),
243 one for each element of w32_display_list and in the same order. 244 one for each element of w32_display_list and in the same order.
244 NAME is the name of the frame. 245 NAME is the name of the frame.