diff options
| author | Kenichi Handa | 2014-07-05 23:07:57 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2014-07-05 23:07:57 +0900 |
| commit | aeb894a9a06d84d29b93ca04432d7cbed366e665 (patch) | |
| tree | e2b73f9a76bc826c7a443e9a8d4fb3b49bdf7332 /src/frame.h | |
| parent | 763a11d0d0dcf543e89a22c98f55ea07c40ceefa (diff) | |
| parent | a984543a4488ed08778eb775d62f7091db117945 (diff) | |
| download | emacs-aeb894a9a06d84d29b93ca04432d7cbed366e665.tar.gz emacs-aeb894a9a06d84d29b93ca04432d7cbed366e665.zip | |
merge trunk
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 |