comparison src/xterm.c @ 24561:6f4ae209bbac

(dumpglyphs): Be sure to fill the whole background of glyphs.
author Kenichi Handa <handa@m17n.org>
date Mon, 05 Apr 1999 06:47:41 +0000
parents abf5b4802f9b
children b18f51ec1b6c
comparison
equal deleted inserted replaced
24560:bb608cd1af6e 24561:6f4ae209bbac
894 XSetFillStyle (FRAME_X_DISPLAY (f), gc, FillSolid); 894 XSetFillStyle (FRAME_X_DISPLAY (f), gc, FillSolid);
895 895
896 background_filled = 1; 896 background_filled = 1;
897 } 897 }
898 else if (!font 898 else if (!font
899 || FONT_HEIGHT (font) < line_height 899 || FONT_BASE (font) < baseline
900 || (FONT_HEIGHT (font) - FONT_BASE (font)
901 < line_height - baseline)
900 || FONT_WIDTH (font) < glyph_width 902 || FONT_WIDTH (font) < glyph_width
901 || cmpcharp) 903 || cmpcharp)
902 { 904 {
903 /* Fill a area for the current run in background pixle of GC. */ 905 /* Fill a area for the current run in background pixle of GC. */
904 XGCValues xgcv; 906 XGCValues xgcv;