- Timestamp:
- Jan 14, 2001, 6:17:45 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/dibitmap.cpp
r4598 r4947 1 /* $Id: dibitmap.cpp,v 1.1 3 2000-11-15 16:10:40sandervl Exp $ */1 /* $Id: dibitmap.cpp,v 1.14 2001-01-14 17:17:45 sandervl Exp $ */ 2 2 3 3 /* … … 62 62 rc = O32_CreateDIBitmap(hdc, lpbmih, fdwInit, lpbInit, lpbmi, fuUsage); 63 63 64 dprintf(("GDI32: CreateDIBitmap %x %x %x %x returned %x (%d,%d, bps %d)", hdc, fdwInit, lpbInit, fuUsage, rc, lpbmih->biWidth, lpbmih->biHeight, lpbmih->biBitCount));64 dprintf(("GDI32: CreateDIBitmap %x %x %x %x %x returned %x (%d,%d, bps %d)", hdc, lpbmih, fdwInit, lpbInit, fuUsage, rc, lpbmih->biWidth, lpbmih->biHeight, lpbmih->biBitCount)); 65 65 66 66 ((BITMAPINFOHEADER *)lpbmih)->biHeight = iHeight;
Note:
See TracChangeset
for help on using the changeset viewer.