Changeset 4968 for trunk/src/gdi32/blit.cpp
- Timestamp:
- Jan 18, 2001, 10:09:34 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/blit.cpp
r4963 r4968 1 /* $Id: blit.cpp,v 1.2 2 2001-01-18 18:13:17sandervl Exp $ */1 /* $Id: blit.cpp,v 1.23 2001-01-18 21:09:34 sandervl Exp $ */ 2 2 3 3 /* … … 172 172 } 173 173 174 if(startscan != 0 || lines != info->bmiHeader.biHeight) { 175 dprintf(("WARNING: SetDIBitsToDevice startscan != 0 || lines != info->bmiHeader.biHeight")); 176 } 177 174 178 result = O32_StretchDIBits(hdc, xDest, yDest, cx, cy, xSrc, ySrc, 175 info->bmiHeader.biWidth, info->bmiHeader.biHeight, (void *)bits,179 cx, cy, (void *)bits, 176 180 (PBITMAPINFO)info, coloruse, SRCCOPY); 177 181
Note:
See TracChangeset
for help on using the changeset viewer.