changeset 29619:d171b4754825

(x_check_font) [GLYPH_DEBUG]: Add prototype.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 13 Jun 2000 13:22:23 +0000
parents e38bc8c4c7b3
children 1353775df8ea
files src/xterm.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Tue Jun 13 13:21:59 2000 +0000
+++ b/src/xterm.c	Tue Jun 13 13:22:23 2000 +0000
@@ -2493,6 +2493,10 @@
 static void x_fix_overlapping_area P_ ((struct window *, struct glyph_row *,
 					enum glyph_row_area));
 
+#if GLYPH_DEBUG
+static void x_check_font P_ ((struct frame *, XFontStruct *));
+#endif
+
 
 /* Append the list of glyph strings with head H and tail T to the list
    with head *HEAD and tail *TAIL.  Set *HEAD and *TAIL to the result.  */