changeset 34621:0a811c1d7a1d

(expose_window): Don't redraw the window that's currently being updated.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 15 Dec 2000 17:14:07 +0000
parents 06191291f2a2
children 877ed6cab304
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Fri Dec 15 16:25:51 2000 +0000
+++ b/src/xterm.c	Fri Dec 15 17:14:07 2000 +0000
@@ -5819,7 +5819,7 @@
      happen when toolkit scroll bars are used and a window is split.
      Reconfiguring the scroll bar will generate an expose for a newly
      created window.  */
-  if (w->current_matrix == NULL)
+  if (w->current_matrix == NULL || w == updated_window)
     return;
 
   TRACE ((stderr, "expose_window (%d, %d, %d, %d)\n",