# HG changeset patch # User Gerd Moellmann # Date 988809615 0 # Node ID d34f1c4da441754b2a436e20bc05f67c5f98d853 # Parent 7ba9dfa3e19189cac01eea17294e7c1617c3b7fa *** empty log message *** diff -r 7ba9dfa3e191 -r d34f1c4da441 src/ChangeLog --- a/src/ChangeLog Wed May 02 13:19:30 2001 +0000 +++ b/src/ChangeLog Wed May 02 13:20:15 2001 +0000 @@ -1,5 +1,10 @@ 2001-05-02 Gerd Moellmann + * xterm.c (expose_window): Return int. If W is the window + currently being updated, mark the frame garbaged. Fix + computation of rows intersecting the exposed rectangle. + (expose_window_tree): Stop when expose_window returns 0. + * xterm.c (x_draw_stretch_glyph_string): Don't draw background again if it has already been drawn.