Changeset 5825 for trunk/src/gdi32/blit.cpp
- Timestamp:
- May 29, 2001, 11:45:21 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/blit.cpp
r5790 r5825 1 /* $Id: blit.cpp,v 1.2 8 2001-05-24 08:18:45sandervl Exp $ */1 /* $Id: blit.cpp,v 1.29 2001-05-29 09:45:20 sandervl Exp $ */ 2 2 3 3 /* … … 329 329 BOOL rc; 330 330 331 dprintf(("PatBlt %x (%d,%d)(%d,%d) %x", hdc, nXLeft,nYLeft,nWidth,nHeight, dwRop)); 331 332 //CB: Open32 bug: negative width/height not supported! 332 333 if (nWidth < 0)
Note:
See TracChangeset
for help on using the changeset viewer.