]> git.eshelyaron.com Git - emacs.git/commitdiff
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 dfffebc031d031dfcfc6ef9f4bef789744d17656..197cfaf9070d706ec6e0ed25e37eaf2d25deb827 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 392c79a278c64ea557954f03f7429a334036119b..7375e3c9fc4049529deb70993dc83aaf48879dc2 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;