diff options
| author | Andrew Choi | 2001-07-26 02:35:08 +0000 |
|---|---|---|
| committer | Andrew Choi | 2001-07-26 02:35:08 +0000 |
| commit | 11c781133762eeb07d650846a1578cd1536b140f (patch) | |
| tree | a2b1ffb377e2c4f89bc8775bebc1ed1b5ced4a76 | |
| parent | 4b09e331fabd943d4fefb61dfe57a73cf9932b0d (diff) | |
| download | emacs-11c781133762eeb07d650846a1578cd1536b140f.tar.gz emacs-11c781133762eeb07d650846a1578cd1536b140f.zip | |
2001-07-26 Andrew Choi <akochoi@i-cable.com>
* inc/macterm.h (x_display_list): Declare extern.
| -rw-r--r-- | mac/ChangeLog | 4 | ||||
| -rw-r--r-- | mac/inc/macterm.h | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog index 67833b70168..a009e66060c 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-07-26 Andrew Choi <akochoi@i-cable.com> | ||
| 2 | |||
| 3 | * inc/macterm.h (x_display_list): Declare extern. | ||
| 4 | |||
| 1 | 2001-07-20 Pavel Janík <Pavel@Janik.cz> | 5 | 2001-07-20 Pavel Janík <Pavel@Janik.cz> |
| 2 | 6 | ||
| 3 | * src/macterm.c (xim_open_dpy): Fix typo. | 7 | * src/macterm.c (xim_open_dpy): Fix typo. |
diff --git a/mac/inc/macterm.h b/mac/inc/macterm.h index 89a3ac91745..7145e57fa71 100644 --- a/mac/inc/macterm.h +++ b/mac/inc/macterm.h | |||
| @@ -211,8 +211,11 @@ struct mac_display_info | |||
| 211 | /* This is a chain of structures for all the displays currently in use. */ | 211 | /* This is a chain of structures for all the displays currently in use. */ |
| 212 | extern struct mac_display_info one_mac_display_info; | 212 | extern struct mac_display_info one_mac_display_info; |
| 213 | 213 | ||
| 214 | /* This is a chain of structures for all the X displays currently in use. */ | ||
| 215 | extern struct x_display_info *x_display_list; | ||
| 216 | |||
| 214 | /* This is a list of cons cells, each of the form (NAME . FONT-LIST-CACHE), | 217 | /* This is a list of cons cells, each of the form (NAME . FONT-LIST-CACHE), |
| 215 | one for each element of w32_display_list and in the same order. | 218 | one for each element of x_display_list and in the same order. |
| 216 | NAME is the name of the frame. | 219 | NAME is the name of the frame. |
| 217 | FONT-LIST-CACHE records previous values returned by x-list-fonts. */ | 220 | FONT-LIST-CACHE records previous values returned by x-list-fonts. */ |
| 218 | extern Lisp_Object x_display_name_list; | 221 | extern Lisp_Object x_display_name_list; |