diff options
| author | Dmitry Antipov | 2013-12-13 19:55:23 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-12-13 19:55:23 +0400 |
| commit | 5035fbc19e2f569674237c61e6ffdd4719e092d5 (patch) | |
| tree | 86e7b51ececff332f6bd3bebd92f389cc4024ce8 /src/font.h | |
| parent | b6c888cc7afed65f24c023b8e90b73649f438e14 (diff) | |
| download | emacs-5035fbc19e2f569674237c61e6ffdd4719e092d5.tar.gz emacs-5035fbc19e2f569674237c61e6ffdd4719e092d5.zip | |
* alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m,
* nsfont.m, w32font.c, xfont.c, xftfont.c: Revert last and
2013-12-12 font-related change to avoid Bug#16128, which
is quite hard to fix without even more substantial changes.
Diffstat (limited to 'src/font.h')
| -rw-r--r-- | src/font.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/font.h b/src/font.h index 7781816860a..539ebeba52a 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -265,9 +265,6 @@ struct font_entity | |||
| 265 | { | 265 | { |
| 266 | struct vectorlike_header header; | 266 | struct vectorlike_header header; |
| 267 | Lisp_Object props[FONT_ENTITY_MAX]; | 267 | Lisp_Object props[FONT_ENTITY_MAX]; |
| 268 | #ifdef HAVE_NS | ||
| 269 | struct font_driver *driver; | ||
| 270 | #endif | ||
| 271 | }; | 268 | }; |
| 272 | 269 | ||
| 273 | /* A value which may appear in the member `encoding' of struct font | 270 | /* A value which may appear in the member `encoding' of struct font |
| @@ -319,9 +316,6 @@ struct font | |||
| 319 | 316 | ||
| 320 | #if defined (HAVE_WINDOW_SYSTEM) | 317 | #if defined (HAVE_WINDOW_SYSTEM) |
| 321 | 318 | ||
| 322 | /* The frame where the font was opened. */ | ||
| 323 | struct frame *frame; | ||
| 324 | |||
| 325 | /* Vertical pixel width of the underline. If is zero if that | 319 | /* Vertical pixel width of the underline. If is zero if that |
| 326 | information is not in the font. */ | 320 | information is not in the font. */ |
| 327 | int underline_thickness; | 321 | int underline_thickness; |
| @@ -741,7 +735,6 @@ extern Lisp_Object merge_font_spec (Lisp_Object, Lisp_Object); | |||
| 741 | 735 | ||
| 742 | extern Lisp_Object font_make_entity (void); | 736 | extern Lisp_Object font_make_entity (void); |
| 743 | extern Lisp_Object font_make_object (int, Lisp_Object, int); | 737 | extern Lisp_Object font_make_object (int, Lisp_Object, int); |
| 744 | extern void font_close_object (Lisp_Object); | ||
| 745 | 738 | ||
| 746 | extern Lisp_Object find_font_encoding (Lisp_Object); | 739 | extern Lisp_Object find_font_encoding (Lisp_Object); |
| 747 | extern int font_registry_charsets (Lisp_Object, struct charset **, | 740 | extern int font_registry_charsets (Lisp_Object, struct charset **, |