Ignore:
Timestamp:
Mar 27, 2001, 10:47:53 PM (24 years ago)
Author:
sandervl
Message:

DeleteDC check for DIB section + SelectObject fixes

File:
1 edited

Legend:

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

    r4947 r5390  
    1 /* $Id: dibitmap.cpp,v 1.14 2001-01-14 17:17:45 sandervl Exp $ */
     1/* $Id: dibitmap.cpp,v 1.15 2001-03-27 20:47:52 sandervl Exp $ */
    22
    33/*
     
    307307        DIBSection *dsect;
    308308
    309         dsect = DIBSection::find((DWORD)hBitmap);
     309        dsect = DIBSection::findObj(hBitmap);
    310310        if(dsect) {
    311311           return dsect->SetDIBits(hdc, hBitmap, startscan, numlines, pBits, (BITMAPINFOHEADER_W *)&pBitmapInfo->bmiHeader, usage);
Note: See TracChangeset for help on using the changeset viewer.