Changeset 4873 for trunk/src/gdi32/dibsect.cpp
- Timestamp:
- Jan 6, 2001, 12:25:49 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/dibsect.cpp
r4848 r4873 1 /* $Id: dibsect.cpp,v 1.4 4 2000-12-29 18:40:43sandervl Exp $ */1 /* $Id: dibsect.cpp,v 1.45 2001-01-05 23:25:30 sandervl Exp $ */ 2 2 3 3 /* … … 25 25 #include <win32api.h> 26 26 #include <winconst.h> 27 #include <winuser32.h> 27 28 #include <cpuhlp.h> 28 29 #include <dcdata.h> … … 515 516 nDestWidth, nDestHeight, nSrcWidth, nSrcHeight)); 516 517 517 /*518 hwndDest = Win32ToOS2Handle(hwndDest);519 if(hwndDest != 0)520 {521 hps = WinGetPS(hwndDest);522 }523 */524 518 #ifdef INVERT 525 519 oldyinversion = GpiQueryYInversion(hps); … … 603 597 else rc = GpiDrawBits(hps, bitmapBits, pOS2bmp, 4, &point[0], ROP_SRCCOPY, os2mode); 604 598 605 /*606 if(hwndDest != 0)607 {608 WinReleasePS(hps);609 }610 */611 599 if(rc == GPI_OK) { 612 600 DIBSection *destdib = DIBSection::findHDC(hdcDest);
Note:
See TracChangeset
for help on using the changeset viewer.