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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/w32term.c [emacs-unicode-2]
Date: Thu, 04 Nov 2004 04:06:12 -0500

Index: emacs/src/w32term.c
diff -c emacs/src/w32term.c:1.193.4.10 emacs/src/w32term.c:1.193.4.11
*** emacs/src/w32term.c:1.193.4.10      Fri Oct 22 10:13:35 2004
--- emacs/src/w32term.c Thu Nov  4 08:55:33 2004
***************
*** 2914,2922 ****
--- 2914,2926 ----
      /* 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]