]> git.eshelyaron.com Git - emacs.git/commitdiff
(expose_window): Don't redraw the window that's
authorGerd Moellmann <gerd@gnu.org>
Fri, 15 Dec 2000 17:14:07 +0000 (17:14 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 15 Dec 2000 17:14:07 +0000 (17:14 +0000)
currently being updated.

src/xterm.c

index daf2e90ea95c1e17f0c49c4256b8e265f105d989..d45dfd8c7e1856b3a646848afb88773c1129d5cd 100644 (file)
@@ -5819,7 +5819,7 @@ expose_window (w, r)
      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",