mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-04 08:47:11 +00:00
nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
This commit is contained in:
parent
c3c122b762
commit
c7eb9816c8
@ -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…
Reference in New Issue
Block a user