Changeset 15960
- Timestamp:
- Mar 29, 2001, 8:52:53 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/src/gdi32/dibsect.cpp ¶
r15951 r15960 1 /* $Id: dibsect.cpp,v 1.4 8 2001-03-27 20:47:52sandervl Exp $ */1 /* $Id: dibsect.cpp,v 1.49 2001-03-29 18:52:53 sandervl Exp $ */ 2 2 3 3 /* … … 196 196 (dsect->next != NULL) ) 197 197 { 198 dprintf2(("Increment section to %08X\n",dsect->next));198 //// dprintf2(("Increment section to %08X\n",dsect->next)); 199 199 dsect = dsect->next; 200 200 } … … 471 471 } 472 472 else { 473 DIBSection *dsect = DIBSection::findHDC(hdcDest); 474 if(dsect) 475 { 476 hdcHeight = dsect->GetHeight(); 477 hdcWidth = dsect->GetWidth(); 478 } 479 else 480 { 481 hdcHeight = pOS2bmp->cy; 482 hdcWidth = pOS2bmp->cx; 483 } 473 hdcHeight = pHps->bitmapHeight; 474 hdcWidth = pHps->bitmapWidth; 484 475 } 485 476
Note:
See TracChangeset
for help on using the changeset viewer.