Mercurial > emacs
comparison src/xdisp.c @ 40497:1336e9ab5a2b
(clear_garbaged_frames): Call Fredraw_frame.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 30 Oct 2001 13:59:21 +0000 |
parents | e2acdd1b8bb7 |
children | 968b78eb17fc |
comparison
equal
deleted
inserted
replaced
40496:32b7ea7d8293 | 40497:1336e9ab5a2b |
---|---|
6974 | 6974 |
6975 if (FRAME_VISIBLE_P (f) && FRAME_GARBAGED_P (f)) | 6975 if (FRAME_VISIBLE_P (f) && FRAME_GARBAGED_P (f)) |
6976 { | 6976 { |
6977 clear_current_matrices (f); | 6977 clear_current_matrices (f); |
6978 f->garbaged = 0; | 6978 f->garbaged = 0; |
6979 Fredraw_frame (frame); | |
6979 } | 6980 } |
6980 } | 6981 } |
6981 | 6982 |
6982 frame_garbaged = 0; | 6983 frame_garbaged = 0; |
6983 ++windows_or_buffers_changed; | 6984 ++windows_or_buffers_changed; |