nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
authorAdrian Robert <Adrian.B.Robert@gmail.com>
Mon, 8 Jun 2009 04:40:17 +0000 (04:40 +0000)
committerAdrian Robert <Adrian.B.Robert@gmail.com>
Mon, 8 Jun 2009 04:40:17 +0000 (04:40 +0000)
src/ChangeLog
src/nsterm.h

index dfffebc..197cfaf 100644 (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.
index 392c79a..7375e3c 100644 (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;