Changeset 14717
- Timestamp:
- Sep 2, 2000, 10:31:23 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/src/gdi32/region.cpp ¶
r14435 r14717 1 /* $Id: region.cpp,v 1.1 0 2000-07-19 19:05:06sandervl Exp $ */1 /* $Id: region.cpp,v 1.11 2000-09-02 08:31:23 sandervl Exp $ */ 2 2 3 3 /* … … 622 622 else lComplexity = RGN_NULL; 623 623 624 dprintf(("GetClipRgn %x %x returned %d", hdc, hrgn, lComplexity == RGN_NULL));624 dprintf(("GetClipRgn %x %x returned %d", hdc, hrgn, lComplexity != RGN_NULL)); 625 625 SetLastError(ERROR_SUCCESS_W); 626 626 if(lComplexity == RGN_NULL)
Note:
See TracChangeset
for help on using the changeset viewer.