Changeset 7791 for trunk/src/gdi32/blit.cpp
- Timestamp:
- Jan 29, 2002, 3:36:31 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/blit.cpp
r7717 r7791 1 /* $Id: blit.cpp,v 1.3 7 2001-12-31 12:08:20sandervl Exp $ */1 /* $Id: blit.cpp,v 1.38 2002-01-29 14:36:31 sandervl Exp $ */ 2 2 3 3 /* … … 203 203 ((BITMAPINFO *)info)->bmiHeader.biCompression = 0; 204 204 compression = BI_BITFIELDS; 205 206 205 } 207 206 if(startscan != 0 || lines != info->bmiHeader.biHeight) { 208 207 dprintf(("WARNING: SetDIBitsToDevice startscan != 0 || lines != info->bmiHeader.biHeight")); 208 dprintf(("info bmp (%d,%d)", info->bmiHeader.biWidth, info->bmiHeader.biHeight)); 209 209 } 210 210
Note:
See TracChangeset
for help on using the changeset viewer.