emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32term.c


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/w32term.c
Date: Mon, 01 Nov 2004 04:02:20 -0500

Index: emacs/src/w32term.c
diff -c emacs/src/w32term.c:1.217 emacs/src/w32term.c:1.218
*** emacs/src/w32term.c:1.217   Wed Oct 20 20:08:12 2004
--- emacs/src/w32term.c Mon Nov  1 08:52:47 2004
***************
*** 2763,2771 ****
--- 2763,2775 ----
      /* If the dirty region is not what we expected, redraw the entire frame.  
*/
      if (!EqualRgn (combined, expect_dirty))
        SET_FRAME_GARBAGED (f);
+ 
+     DeleteObject (dirty);
+     DeleteObject (combined);
    }
  
    UNBLOCK_INPUT;
+   DeleteObject (expect_dirty);
  }
  
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]