diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32term.h | 1 |
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. */ |
| 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), |