# HG changeset patch # User Gerd Moellmann # Date 960902543 0 # Node ID d171b4754825e8dc28c7b44defc001a94d9a099c # Parent e38bc8c4c7b3d4336c0f3aab328b5de8a6fd3e37 (x_check_font) [GLYPH_DEBUG]: Add prototype. diff -r e38bc8c4c7b3 -r d171b4754825 src/xterm.c --- 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. */