diff options
Diffstat (limited to 'src/frame.h')
| -rw-r--r-- | src/frame.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/frame.h b/src/frame.h index 2da9fff2d4a..4fb98278a51 100644 --- a/src/frame.h +++ b/src/frame.h | |||
| @@ -159,6 +159,11 @@ struct frame | |||
| 159 | tool bar only supports top. */ | 159 | tool bar only supports top. */ |
| 160 | Lisp_Object tool_bar_position; | 160 | Lisp_Object tool_bar_position; |
| 161 | 161 | ||
| 162 | #if defined (HAVE_XFT) || defined (HAVE_FREETYPE) | ||
| 163 | /* List of data specific to font-driver and frame, but common to faces. */ | ||
| 164 | Lisp_Object font_data; | ||
| 165 | #endif | ||
| 166 | |||
| 162 | /* Beyond here, there should be no more Lisp_Object components. */ | 167 | /* Beyond here, there should be no more Lisp_Object components. */ |
| 163 | 168 | ||
| 164 | /* Cache of realized faces. */ | 169 | /* Cache of realized faces. */ |
| @@ -328,9 +333,6 @@ struct frame | |||
| 328 | 333 | ||
| 329 | /* List of font-drivers available on the frame. */ | 334 | /* List of font-drivers available on the frame. */ |
| 330 | struct font_driver_list *font_driver_list; | 335 | struct font_driver_list *font_driver_list; |
| 331 | /* List of data specific to font-driver and frame, but common to | ||
| 332 | faces. */ | ||
| 333 | struct font_data_list *font_data_list; | ||
| 334 | 336 | ||
| 335 | /* Total width of fringes reserved for drawing truncation bitmaps, | 337 | /* Total width of fringes reserved for drawing truncation bitmaps, |
| 336 | continuation bitmaps and alike. The width is in canonical char | 338 | continuation bitmaps and alike. The width is in canonical char |