nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
This commit is contained in:
parent
c3c122b762
commit
c7eb9816c8
2 changed files with 3 additions and 1 deletions
|
@ -23,6 +23,8 @@
|
|||
(nsfont_draw): Handle "automatic" (lookup-table) compositions.
|
||||
(dump_glyphstring): Rename to ns_dump_glyphstring.
|
||||
|
||||
* nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
|
||||
|
||||
* nsfns.m (Fns_popup_font_panel): Use shared font manager.
|
||||
|
||||
* fontset.c (fontset_from_font): Remove NS-specific code.
|
||||
|
|
|
@ -682,7 +682,7 @@ extern void nsfont_make_fontset_for_font (Lisp_Object name,
|
|||
|
||||
/* In nsfont, for debugging */
|
||||
struct glyph_string;
|
||||
void dump_glyphstring (struct glyph_string *s);
|
||||
void ns_dump_glyphstring (struct glyph_string *s);
|
||||
|
||||
/* Implemented in nsterm, published in or needed from nsfns. */
|
||||
extern Lisp_Object Qfontsize;
|
||||
|
|
Loading…
Add table
Reference in a new issue