Mercurial > emacs
comparison src/xdisp.c @ 37366:0bef27649ba5
(redisplay_window): Make sure to clear the desired glyph
matrix of mini-windows.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 17 Apr 2001 16:20:33 +0000 |
parents | 600d4fa98eb1 |
children | 1f10c9e1b850 |
comparison
equal
deleted
inserted
replaced
37365:cf22cb863f75 | 37366:0bef27649ba5 |
---|---|
9752 y < yb; | 9752 y < yb; |
9753 y += row->height, ++row) | 9753 y += row->height, ++row) |
9754 blank_row (w, row, y); | 9754 blank_row (w, row, y); |
9755 goto finish_scroll_bars; | 9755 goto finish_scroll_bars; |
9756 } | 9756 } |
9757 | |
9758 clear_glyph_matrix (w->desired_matrix); | |
9757 } | 9759 } |
9758 | 9760 |
9759 /* Otherwise set up data on this window; select its buffer and point | 9761 /* Otherwise set up data on this window; select its buffer and point |
9760 value. */ | 9762 value. */ |
9761 /* Really select the buffer, for the sake of buffer-local | 9763 /* Really select the buffer, for the sake of buffer-local |