Changeset 5901 for trunk/src/gdi32/dibsect.cpp
- Timestamp:
- Jun 3, 2001, 4:52:47 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/dibsect.cpp
r5825 r5901 1 /* $Id: dibsect.cpp,v 1.5 2 2001-05-29 09:45:21sandervl Exp $ */1 /* $Id: dibsect.cpp,v 1.53 2001-06-03 14:52:47 sandervl Exp $ */ 2 2 3 3 /* … … 746 746 memcpy(pOS2bmp, tmphdr, os2bmphdrsize); 747 747 748 #if 0749 748 if(dibinfo.dsBitfields[1] == 0x3E0) {//RGB 555? 750 749 dprintf(("DIBSection::sync: convert RGB 565 to RGB 555")); … … 757 756 else RGB565to555((WORD *)destBuf, (WORD *)destBuf, (nDestHeight*dibinfo.dsBm.bmWidthBytes)/sizeof(WORD)); 758 757 } 759 #endif 758 760 759 free(tmphdr); 761 760 if(rc != nDestHeight) {
Note:
See TracChangeset
for help on using the changeset viewer.