- Timestamp:
- Jan 3, 2003, 10:42:55 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/dibitmap.cpp
r9565 r9604 1 /* $Id: dibitmap.cpp,v 1.3 6 2002-12-30 14:05:21sandervl Exp $ */1 /* $Id: dibitmap.cpp,v 1.37 2003-01-03 21:42:55 sandervl Exp $ */ 2 2 3 3 /* … … 39 39 WORD *newbits = NULL; 40 40 41 //SvL: Completely wrong result when creating a 1bpp bitmap here (converted42 // to 8bpp by Open32)43 if(lpbmih->biBitCount == 1) {44 dprintf(("WARNING: CreateDIBitmap doesn't handle 1bpp bitmaps very well!!!!!"));45 }46 47 41 //TEMPORARY HACK TO PREVENT CRASH IN OPEN32 (WSeB GA) 48 42 iHeight = lpbmih->biHeight;
Note:
See TracChangeset
for help on using the changeset viewer.