Changeset 7791 for trunk/src


Ignore:
Timestamp:
Jan 29, 2002, 3:36:31 PM (24 years ago)
Author:
sandervl
Message:

minor updates

Location:
trunk/src/gdi32
Files:
2 edited

Legend:

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

    r7717 r7791  
    1 /* $Id: blit.cpp,v 1.37 2001-12-31 12:08:20 sandervl Exp $ */
     1/* $Id: blit.cpp,v 1.38 2002-01-29 14:36:31 sandervl Exp $ */
    22
    33/*
     
    203203        ((BITMAPINFO *)info)->bmiHeader.biCompression = 0;
    204204        compression = BI_BITFIELDS;
    205 
    206205    }
    207206    if(startscan != 0 || lines != info->bmiHeader.biHeight) {
    208207        dprintf(("WARNING: SetDIBitsToDevice startscan != 0 || lines != info->bmiHeader.biHeight"));
     208        dprintf(("info bmp (%d,%d)", info->bmiHeader.biWidth, info->bmiHeader.biHeight));
    209209    }
    210210
  • trunk/src/gdi32/region.cpp

    r7635 r7791  
    1 /* $Id: region.cpp,v 1.25 2001-12-15 18:50:27 sandervl Exp $ */
     1/* $Id: region.cpp,v 1.26 2002-01-29 14:36:31 sandervl Exp $ */
    22
    33/*
     
    722722
    723723    if(!pHps) {
    724         dprintf(("WARNING: IntersectClipRgn %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));
    725725        SetLastError(ERROR_INVALID_HANDLE_W);
    726726        return ERROR_W;
     
    744744#endif
    745745
    746     dprintf(("IntersectClipRgn %x (%d,%d)(%d,%d)", hdc, left, top, right, bottom));
     746    dprintf(("IntersectClipRect %x (%d,%d)(%d,%d)", hdc, left, top, right, bottom));
    747747    lComplexity = GpiIntersectClipRectangle(pHps->hps, &rectl);
    748748
Note: See TracChangeset for help on using the changeset viewer.