/[emacs]/emacs/src/w32term.c
ViewVC logotype

Diff of /emacs/src/w32term.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.161.2.16 by miles, Mon Oct 25 04:22:27 2004 UTC revision 1.161.2.17 by miles, Thu Nov 4 13:12:30 2004 UTC
# Line 2763  x_scroll_run (w, run) Line 2763  x_scroll_run (w, run)
2763      /* If the dirty region is not what we expected, redraw the entire frame.  */      /* If the dirty region is not what we expected, redraw the entire frame.  */
2764      if (!EqualRgn (combined, expect_dirty))      if (!EqualRgn (combined, expect_dirty))
2765        SET_FRAME_GARBAGED (f);        SET_FRAME_GARBAGED (f);
2766    
2767        DeleteObject (dirty);
2768        DeleteObject (combined);
2769    }    }
2770    
2771    UNBLOCK_INPUT;    UNBLOCK_INPUT;
2772      DeleteObject (expect_dirty);
2773  }  }
2774    
2775    

Legend:
Removed from v.1.161.2.16  
changed lines
  Added in v.1.161.2.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26