Changeset 7791 for trunk/src/gdi32/region.cpp
- Timestamp:
- Jan 29, 2002, 3:36:31 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/region.cpp
r7635 r7791 1 /* $Id: region.cpp,v 1.2 5 2001-12-15 18:50:27sandervl Exp $ */1 /* $Id: region.cpp,v 1.26 2002-01-29 14:36:31 sandervl Exp $ */ 2 2 3 3 /* … … 722 722 723 723 if(!pHps) { 724 dprintf(("WARNING: IntersectClipR gn%x (%d,%d)(%d,%d) invalid hdc", hdc, left, top, right, bottom));724 dprintf(("WARNING: IntersectClipRect %x (%d,%d)(%d,%d) invalid hdc", hdc, left, top, right, bottom)); 725 725 SetLastError(ERROR_INVALID_HANDLE_W); 726 726 return ERROR_W; … … 744 744 #endif 745 745 746 dprintf(("IntersectClipR gn%x (%d,%d)(%d,%d)", hdc, left, top, right, bottom));746 dprintf(("IntersectClipRect %x (%d,%d)(%d,%d)", hdc, left, top, right, bottom)); 747 747 lComplexity = GpiIntersectClipRectangle(pHps->hps, &rectl); 748 748
Note:
See TracChangeset
for help on using the changeset viewer.