Changeset 5346 for trunk/src/gdi32/dibsect.cpp
- Timestamp:
- Mar 21, 2001, 1:31:36 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/dibsect.cpp
r5333 r5346 1 /* $Id: dibsect.cpp,v 1.4 6 2001-03-19 19:27:53sandervl Exp $ */1 /* $Id: dibsect.cpp,v 1.47 2001-03-21 12:31:36 sandervl Exp $ */ 2 2 3 3 /* … … 595 595 rc = GpiDrawBits(hps, bmpBitsDblBuffer, pOS2bmp, 4, &point[0], ROP_SRCCOPY, os2mode); 596 596 } 597 else rc = GpiDrawBits(hps, bitmapBits, pOS2bmp, 4, &point[0], ROP_SRCCOPY, os2mode); 598 597 else { 598 rc = GpiDrawBits(hps, bitmapBits, pOS2bmp, 4, &point[0], ROP_SRCCOPY, os2mode); 599 } 599 600 if(rc == GPI_OK) { 600 601 DIBSection *destdib = DIBSection::findHDC(hdcDest);
Note:
See TracChangeset
for help on using the changeset viewer.