Changeset 7800 for trunk/src


Ignore:
Timestamp:
Feb 5, 2002, 12:45:46 PM (24 years ago)
Author:
sandervl
Message:

minor loging update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/region.cpp

    r7791 r7800  
    1 /* $Id: region.cpp,v 1.26 2002-01-29 14:36:31 sandervl Exp $ */
     1/* $Id: region.cpp,v 1.27 2002-02-05 11:45:46 sandervl Exp $ */
    22
    33/*
     
    12911291            dprintf(("WARNING: GetRgnBox error in region!"));
    12921292    }
    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));
    12941294
    12951295    SetLastError(ERROR_SUCCESS_W);
Note: See TracChangeset for help on using the changeset viewer.