diff options
| author | Kenichi Handa | 2007-12-03 13:52:35 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2007-12-03 13:52:35 +0000 |
| commit | f4b7ee0b24272fb408a0f9be770b32fb737d087a (patch) | |
| tree | ba3fdd6fea4b032a7f973d59f54f6f216257de83 /src | |
| parent | 7ff614edaafe2865d9241bdda96866c01b358029 (diff) | |
| download | emacs-f4b7ee0b24272fb408a0f9be770b32fb737d087a.tar.gz emacs-f4b7ee0b24272fb408a0f9be770b32fb737d087a.zip | |
(font_driver_list): Declare it unconditionally.
(struct frame): Define members font_driver_list and font_data_list
unconditionally.
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/frame.h b/src/frame.h index d7b615564c3..ef8d3d7da56 100644 --- a/src/frame.h +++ b/src/frame.h | |||
| @@ -77,9 +77,7 @@ enum text_cursor_kinds | |||
| 77 | 77 | ||
| 78 | struct terminal; | 78 | struct terminal; |
| 79 | 79 | ||
| 80 | #ifdef USE_FONT_BACKEND | ||
| 81 | struct font_driver_list; | 80 | struct font_driver_list; |
| 82 | #endif /* USE_FONT_BACKEND */ | ||
| 83 | 81 | ||
| 84 | struct frame | 82 | struct frame |
| 85 | { | 83 | { |
| @@ -324,13 +322,11 @@ struct frame | |||
| 324 | } | 322 | } |
| 325 | output_data; | 323 | output_data; |
| 326 | 324 | ||
| 327 | #ifdef USE_FONT_BACKEND | ||
| 328 | /* List of font-drivers available on the frame. */ | 325 | /* List of font-drivers available on the frame. */ |
| 329 | struct font_driver_list *font_driver_list; | 326 | struct font_driver_list *font_driver_list; |
| 330 | /* List of data specific to font-driver and frame, but common to | 327 | /* List of data specific to font-driver and frame, but common to |
| 331 | faces. */ | 328 | faces. */ |
| 332 | struct font_data_list *font_data_list; | 329 | struct font_data_list *font_data_list; |
| 333 | #endif /* USE_FONT_BACKEND */ | ||
| 334 | 330 | ||
| 335 | /* Total width of fringes reserved for drawing truncation bitmaps, | 331 | /* Total width of fringes reserved for drawing truncation bitmaps, |
| 336 | continuation bitmaps and alike. The width is in canonical char | 332 | continuation bitmaps and alike. The width is in canonical char |