summaryrefslogtreecommitdiff
path: root/src/nsterm.h
diff options
context:
space:
mode:
authorAdrian Robert <Adrian.B.Robert@gmail.com>2009-06-08 04:40:17 +0000
committerAdrian Robert <Adrian.B.Robert@gmail.com>2009-06-08 04:40:17 +0000
commitc7eb9816c82b389eb1e7915be531e379275d7df0 (patch)
treeed9b93afca2c5e872b0185fcb13e6a00463297e8 /src/nsterm.h
parentc3c122b7620bcb46ccf909af6cb4bc278ca99361 (diff)
downloademacs-c7eb9816c82b389eb1e7915be531e379275d7df0.tar.gz
nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
Diffstat (limited to 'src/nsterm.h')
-rw-r--r--src/nsterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsterm.h b/src/nsterm.h
index 392c79a278c..7375e3c9fc4 100644
--- a/src/nsterm.h
+++ b/src/nsterm.h
@@ -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;