Ignore:
Timestamp:
Jan 18, 2001, 10:09:34 PM (25 years ago)
Author:
sandervl
Message:

another SetDIBitsToDevice fix (MS Developer startup window)

File:
1 edited

Legend:

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

    r4963 r4968  
    1 /* $Id: blit.cpp,v 1.22 2001-01-18 18:13:17 sandervl Exp $ */
     1/* $Id: blit.cpp,v 1.23 2001-01-18 21:09:34 sandervl Exp $ */
    22
    33/*
     
    172172    }
    173173
     174    if(startscan != 0 || lines != info->bmiHeader.biHeight) {
     175        dprintf(("WARNING: SetDIBitsToDevice startscan != 0 || lines != info->bmiHeader.biHeight"));
     176    }
     177
    174178    result = O32_StretchDIBits(hdc, xDest, yDest, cx, cy, xSrc, ySrc,
    175                              info->bmiHeader.biWidth, info->bmiHeader.biHeight, (void *)bits,
     179                             cx, cy, (void *)bits,
    176180                             (PBITMAPINFO)info, coloruse, SRCCOPY);
    177181
Note: See TracChangeset for help on using the changeset viewer.