X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fredisplay-x.c;h=fcbd5e94ed1f0db6b6c3810c1cb6f67f5cdec378;hb=112b4eb6a71cd613a534b4246b4cc024ed9bf22e;hp=68ceb567c31f16e6f8dfbc09ca80dd916a1cd96b;hpb=1d9bc86590766427e2431876a50d78206a99edd5;p=chise%2Fxemacs-chise.git- diff --git a/src/redisplay-x.c b/src/redisplay-x.c index 68ceb56..fcbd5e9 100644 --- a/src/redisplay-x.c +++ b/src/redisplay-x.c @@ -524,7 +524,7 @@ x_output_display_block (struct window *w, struct display_line *dl, int block, /***************************************************************************** x_bevel_area - Draw a shadows for the given area in the given face. + Draw shadows for the given area in the given face. ****************************************************************************/ static void x_bevel_area (struct window *w, face_index findex, @@ -1716,6 +1716,7 @@ x_redraw_exposed_window (struct window *w, int x, int y, int width, int height) f->windows_structure_changed = 1; } + redisplay_clear_top_of_window (w); if (window_needs_vertical_divider (w)) { x_output_vertical_divider (w, 0);