Mercurial > emacs
changeset 103346:33a87d18a1f6
nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
author | Adrian Robert <Adrian.B.Robert@gmail.com> |
---|---|
date | Mon, 08 Jun 2009 04:40:17 +0000 |
parents | 8379b345d544 |
children | f7892718d297 |
files | src/ChangeLog src/nsterm.h |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Jun 08 04:35:40 2009 +0000 +++ b/src/ChangeLog Mon Jun 08 04:40:17 2009 +0000 @@ -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.
--- a/src/nsterm.h Mon Jun 08 04:35:40 2009 +0000 +++ b/src/nsterm.h Mon Jun 08 04:40:17 2009 +0000 @@ -682,7 +682,7 @@ /* 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;