comparison src/xterm.c @ 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 a377acd06ea8
children acaa36b47f50
comparison
equal deleted inserted replaced
29618:e38bc8c4c7b3 29619:d171b4754825
2490 int, int, int, int, XRectangle *)); 2490 int, int, int, int, XRectangle *));
2491 static void x_draw_box_rect P_ ((struct glyph_string *, int, int, int, int, 2491 static void x_draw_box_rect P_ ((struct glyph_string *, int, int, int, int,
2492 int, int, int, XRectangle *)); 2492 int, int, int, XRectangle *));
2493 static void x_fix_overlapping_area P_ ((struct window *, struct glyph_row *, 2493 static void x_fix_overlapping_area P_ ((struct window *, struct glyph_row *,
2494 enum glyph_row_area)); 2494 enum glyph_row_area));
2495
2496 #if GLYPH_DEBUG
2497 static void x_check_font P_ ((struct frame *, XFontStruct *));
2498 #endif
2495 2499
2496 2500
2497 /* Append the list of glyph strings with head H and tail T to the list 2501 /* Append the list of glyph strings with head H and tail T to the list
2498 with head *HEAD and tail *TAIL. Set *HEAD and *TAIL to the result. */ 2502 with head *HEAD and tail *TAIL. Set *HEAD and *TAIL to the result. */
2499 2503