Ignore:
Timestamp:
Dec 30, 2001, 11:19:05 PM (24 years ago)
Author:
sandervl
Message:

BitBlt, StretchBlt: sync dib section if selected into destination HDC

File:
1 edited

Legend:

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

    r7635 r7713  
    1 /* $Id: dibitmap.cpp,v 1.29 2001-12-15 18:50:25 sandervl Exp $ */
     1/* $Id: dibitmap.cpp,v 1.30 2001-12-30 22:19:05 sandervl Exp $ */
    22
    33/*
     
    489489    }
    490490
     491    if(pBitmapInfo->bmiHeader.biHeight < 0) {
     492        dprintf(("!WARNING! Negative height!!"));
     493    }
    491494    ret = O32_SetDIBits(hdc, hBitmap, startscan, numlines, pBits, pBitmapInfo, usage);
    492495    if(newbits) free(newbits);
Note: See TracChangeset for help on using the changeset viewer.