Changeset 5390 for trunk/src/gdi32/dibitmap.cpp
- Timestamp:
- Mar 27, 2001, 10:47:53 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/dibitmap.cpp
r4947 r5390 1 /* $Id: dibitmap.cpp,v 1.1 4 2001-01-14 17:17:45sandervl Exp $ */1 /* $Id: dibitmap.cpp,v 1.15 2001-03-27 20:47:52 sandervl Exp $ */ 2 2 3 3 /* … … 307 307 DIBSection *dsect; 308 308 309 dsect = DIBSection::find ((DWORD)hBitmap);309 dsect = DIBSection::findObj(hBitmap); 310 310 if(dsect) { 311 311 return dsect->SetDIBits(hdc, hBitmap, startscan, numlines, pBits, (BITMAPINFOHEADER_W *)&pBitmapInfo->bmiHeader, usage);
Note:
See TracChangeset
for help on using the changeset viewer.