Changeset 7800 for trunk/src/gdi32
- Timestamp:
 - Feb 5, 2002, 12:45:46 PM (24 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/gdi32/region.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/gdi32/region.cpp
r7791 r7800 1 /* $Id: region.cpp,v 1.2 6 2002-01-29 14:36:31sandervl Exp $ */1 /* $Id: region.cpp,v 1.27 2002-02-05 11:45:46 sandervl Exp $ */ 2 2 3 3 /* … … 1291 1291 dprintf(("WARNING: GetRgnBox error in region!")); 1292 1292 } 1293 dprintf(("GetRgnBox %x (%d,%d)(%d,%d)", hrgn1, pRect->left, pRect-> bottom, pRect->right, pRect->top));1293 dprintf(("GetRgnBox %x (%d,%d)(%d,%d)", hrgn1, pRect->left, pRect->top, pRect->right, pRect->bottom)); 1294 1294 1295 1295 SetLastError(ERROR_SUCCESS_W);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  