diff options
| author | Gerd Moellmann | 2000-06-13 13:25:09 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-06-13 13:25:09 +0000 |
| commit | 163dcff3a34aae87a6aa3421e5fde7c3444cce6f (patch) | |
| tree | c8a2539cb9d36fb94c159b0e74fc07ce5d4c364a /src/xterm.c | |
| parent | b0d53addf7f02e815af2809e5d0fa21c3c68806b (diff) | |
| download | emacs-163dcff3a34aae87a6aa3421e5fde7c3444cce6f.tar.gz emacs-163dcff3a34aae87a6aa3421e5fde7c3444cce6f.zip | |
(x_check_font) [GLYPH_DEBUG]: Add prototype.
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c index 11e0e900f15..ce60fed07ff 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -2493,6 +2493,10 @@ static void x_draw_box_rect P_ ((struct glyph_string *, int, int, int, int, | |||
| 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 | 2495 | ||
| 2496 | #if GLYPH_DEBUG | ||
| 2497 | static void x_check_font P_ ((struct frame *, XFontStruct *)); | ||
| 2498 | #endif | ||
| 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. */ |