From 163dcff3a34aae87a6aa3421e5fde7c3444cce6f Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 13 Jun 2000 13:25:09 +0000 Subject: [PATCH] (x_check_font) [GLYPH_DEBUG]: Add prototype. --- src/ChangeLog | 15 +++++++++++++++ src/xterm.c | 4 ++++ 2 files changed, 19 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 18f6431c93..95446d81b1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,18 @@ +2000-06-13 Gerd Moellmann + + * xterm.c (x_check_font) [GLYPH_DEBUG]: Add prototype. + +2000-06-13 Richard Stallman + + * frame.c (Fmodify_frame_parameters): Doc fix. + + * xfns.c (x_set_frame_parameters): Comment fix. + + * frame.c (store_frame_param): Call swap_in_global_binding if the + variable's current binding was chosen based on this frame. + + * data.c (swap_in_global_binding): New function. + 2000-06-13 Eli Zaretskii * msdos.c (IT_write_glyphs): Don't use CODING_REQUIRE_ENCODING diff --git a/src/xterm.c b/src/xterm.c index 11e0e900f1..ce60fed07f 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, 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. */ -- 2.20.1