Changeset 3705 for trunk/src/gdi32/blit.cpp
- Timestamp:
- Jun 14, 2000, 3:17:51 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/blit.cpp
r3638 r3705 1 /* $Id: blit.cpp,v 1.1 3 2000-05-29 22:43:54sandervl Exp $ */1 /* $Id: blit.cpp,v 1.14 2000-06-14 13:17:49 sandervl Exp $ */ 2 2 3 3 /* … … 256 256 (PBITMAPINFO)infoLoc, DIB_RGB_COLORS, dwRop); 257 257 258 if(rc != height Dst) {258 if(rc != heightSrc) { 259 259 dprintf(("StretchDIBits failed with rc %x", rc)); 260 260 }
Note:
See TracChangeset
for help on using the changeset viewer.