Mercurial > hg > xemacs-beta
comparison src/redisplay-x.c @ 448:3078fd1074e8 r21-2-39
Import from CVS: tag r21-2-39
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:38:25 +0200 |
parents | 576fb035e263 |
children | 98528da0b7fc |
comparison
equal
deleted
inserted
replaced
447:4fc5f13f3bd3 | 448:3078fd1074e8 |
---|---|
1704 they are in the exposed region. */ | 1704 they are in the exposed region. */ |
1705 orig_windows_structure_changed = f->windows_structure_changed; | 1705 orig_windows_structure_changed = f->windows_structure_changed; |
1706 f->windows_structure_changed = 1; | 1706 f->windows_structure_changed = 1; |
1707 } | 1707 } |
1708 | 1708 |
1709 redisplay_clear_top_of_window (w); | |
1709 if (window_needs_vertical_divider (w)) | 1710 if (window_needs_vertical_divider (w)) |
1710 { | 1711 { |
1711 x_output_vertical_divider (w, 0); | 1712 x_output_vertical_divider (w, 0); |
1712 } | 1713 } |
1713 | 1714 |