Changeset 7113 for trunk/src/gdi32/dibsect.cpp
- Timestamp:
- Oct 18, 2001, 7:01:34 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/dibsect.cpp
r6794 r7113 1 /* $Id: dibsect.cpp,v 1.5 7 2001-09-23 20:14:08sandervl Exp $ */1 /* $Id: dibsect.cpp,v 1.58 2001-10-18 17:01:34 sandervl Exp $ */ 2 2 3 3 /* … … 679 679 rc = GpiQueryBitmapBits(hdc, nYdest, nDestHeight, destBuf, 680 680 tmphdr); 681 if(rc == GPI_ALTERROR) { 682 dprintf(("ERROR: GpiQueryBitmapBits failed with %x", WinGetLastError(0))); 683 } 684 681 685 //manually reverse bitmap data 682 686 char *src = destBuf; … … 699 703 rc = GpiQueryBitmapBits(hdc, nYdest, nDestHeight, destBuf, 700 704 tmphdr); 701 702 if(rc) { 705 if(rc == GPI_ALTERROR) { 703 706 dprintf(("ERROR: GpiQueryBitmapBits failed with %x", WinGetLastError(0))); 704 707 }
Note:
See TracChangeset
for help on using the changeset viewer.