comparison src/xterm.c @ 57373:38e45bf0128a

(x_update_window_end): Fix flicker on vertical line between windows. Update vertical line after drawing window fringes, but only if actually drawing any bitmaps--or there is no fringe.
author Kim F. Storm <storm@cua.dk>
date Thu, 07 Oct 2004 21:59:39 +0000
parents 3bce830e4b33
children 926582f79d3b 4f2f1522636c
comparison
equal deleted inserted replaced
57372:1caa36568da6 57373:38e45bf0128a
569 if (cursor_on_p) 569 if (cursor_on_p)
570 display_and_set_cursor (w, 1, output_cursor.hpos, 570 display_and_set_cursor (w, 1, output_cursor.hpos,
571 output_cursor.vpos, 571 output_cursor.vpos,
572 output_cursor.x, output_cursor.y); 572 output_cursor.x, output_cursor.y);
573 573
574 x_draw_vertical_border (w); 574 if (draw_window_fringes (w, 1))
575 575 x_draw_vertical_border (w);
576 draw_window_fringes (w);
577 576
578 UNBLOCK_INPUT; 577 UNBLOCK_INPUT;
579 } 578 }
580 579
581 /* If a row with mouse-face was overwritten, arrange for 580 /* If a row with mouse-face was overwritten, arrange for