]> git.eshelyaron.com Git - emacs.git/commit
(x_append_glyph, x_append_composite_glyph)
authorGerd Moellmann <gerd@gnu.org>
Wed, 5 Jul 2000 11:41:01 +0000 (11:41 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 5 Jul 2000 11:41:01 +0000 (11:41 +0000)
commit88d757306e2266c7e26fe851e424466ea9d0a4ee
treee0328cc4101b527d42577155ebb4f8ae4473c867
parent45560b1ad437589024957bcb16211d4c1030907b
(x_append_glyph, x_append_composite_glyph)
(x_produce_image_glyph, x_append_stretch_glyph): Accomodate to
changes in struct glyph starting 1999-12-27.  Some bit-fields of
struct glyph were not set, which made glyphs unequal when compared
with GLYPH_EQUAL_P.  Redisplay outputs such glyphs, and flickering
effects were the result.  This also depended on the contents of
memory returned by xmalloc.  If flickering happens again, activate
the code in clear_glyph_row that's in #if 0.  If the flickering is
gone with that, chances are that it is caused by something
similar.
src/ChangeLog
src/xterm.c