1
0
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:
Adrian Robert 2009-06-08 04:40:17 +00:00
parent c3c122b762
commit c7eb9816c8
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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;