- Timestamp:
- Feb 16, 2004, 4:20:12 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/region.cpp
r10453 r10465 1 /* $Id: region.cpp,v 1. 39 2004-02-12 12:44:13sandervl Exp $ */1 /* $Id: region.cpp,v 1.40 2004-02-16 15:20:12 sandervl Exp $ */ 2 2 3 3 /* … … 646 646 if(hrgnOldClip) GpiDestroyRegion(pHps->hps, hrgnOldClip); 647 647 } 648 //else already NULL, so nothing to do. 649 648 else 649 {// already NULL, so nothing to do. 650 GpiDestroyRegion(pHps->hps, hrgnNewClip); 651 } 650 652 pHps->hrgnWin32Clip = hrgn; 651 653 return NULLREGION_W;
Note:
See TracChangeset
for help on using the changeset viewer.