From: Kenichi Handa Date: Mon, 5 Apr 1999 06:47:41 +0000 (+0000) Subject: (dumpglyphs): Be sure to fill the whole background of X-Git-Tag: emacs-20.4~388 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=07ff4fb3cfa7e3f8513a7c8df093a2b51a43bf4e;p=emacs.git (dumpglyphs): Be sure to fill the whole background of glyphs. --- diff --git a/src/xterm.c b/src/xterm.c index e4c4e62095f..86fd43ac162 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -896,7 +896,9 @@ dumpglyphs (f, left, top, gp, n, hl, just_foreground, cmpcharp) background_filled = 1; } else if (!font - || FONT_HEIGHT (font) < line_height + || FONT_BASE (font) < baseline + || (FONT_HEIGHT (font) - FONT_BASE (font) + < line_height - baseline) || FONT_WIDTH (font) < glyph_width || cmpcharp) {