]> git.eshelyaron.com Git - emacs.git/commit
(x_draw_phys_cursor_glyph): Redraw overlaps.
authorGerd Moellmann <gerd@gnu.org>
Fri, 6 Aug 1999 13:59:59 +0000 (13:59 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 6 Aug 1999 13:59:59 +0000 (13:59 +0000)
commit66ac4b0e5fa32071fa60c7d4956786cc1d161245
treef4b879a13edd6dbd864d8f63df5a04037127ba9d
parent312246d12fbaafcd86316d2acc05ace59e1341ce
(x_draw_phys_cursor_glyph): Redraw overlaps.
(x_fix_overlapping_area): New.
(x_redisplay_interface): Add x_fix_overlapping_area.
(x_draw_glyphs): Add parameter overlaps_p.
(struct glyph_string): Add member for_overlaps_p.
(x_get_glyph_string_clip_rect): If glyph string draws foreground
of overlapping rows, clip to window bottom.
(x_fill_glyph_string): Add parameter overlaps_p.
(x_fill_composite_glyph_string): Ditto.
(BUILD_GLYPH_STRINGS): Ditto.
(BUILD_CHAR_GLYPH_STRINGS): Ditto.
(x_draw_glyph_string): Don't draw anything but the foreground
if glyph string draws row overlaps.
(x_append_glyph): Set glyph flag overlaps_vertically_p.
(x_produce_image_glyph): Compute iterator's physical
ascent and descent.
(x_produce_stretch_glyph): Ditto.
(x_produce_glyphs): Ditto.
src/xterm.c