Changeset 10461
- Timestamp:
 - Feb 16, 2004, 1:00:25 PM (22 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/user32/dc.cpp (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/user32/dc.cpp
r10379 r10461 1 /* $Id: dc.cpp,v 1.12 3 2004-01-11 12:03:13sandervl Exp $ */1 /* $Id: dc.cpp,v 1.124 2004-02-16 12:00:25 sandervl Exp $ */ 2 2 3 3 /* … … 611 611 erased = wnd->MsgEraseBackGround (hdc); 612 612 613 //hrgnUpdate is destroyed in DeleteHDC 613 614 DeleteHDC (hdc); 614 615 WinReleasePS (hps); … … 814 815 { 815 816 //restore previous visible and clip regions 816 pHps->hrgnWin32Clip = NULLHANDLE; 817 pHps->hrgnWinVis = NULLHANDLE; 817 if(pHps->hrgnWinVis) { 818 GreDestroyRegion(pHps->hps, pHps->hrgnWinVis); 819 pHps->hrgnWinVis = NULLHANDLE; 820 } 821 if(pHps->hrgnWin32Clip) { 822 GreDestroyRegion(pHps->hps, pHps->hrgnWin32Clip); 823 pHps->hrgnWin32Clip = NULLHANDLE; 824 } 818 825 819 826 GdiSetVisRgn(pHps, wnd->GetVisRegion());  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  