Changeset 8602 for trunk/src/ddraw/OS2SURFACE.CPP
- Timestamp:
- Jun 8, 2002, 1:45:20 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ddraw/OS2SURFACE.CPP
r7940 r8602 1 /* $Id: OS2SURFACE.CPP,v 1.4 0 2002-02-17 20:40:05sandervl Exp $ */1 /* $Id: OS2SURFACE.CPP,v 1.41 2002-06-08 11:45:19 sandervl Exp $ */ 2 2 3 3 /* … … 2476 2476 return DD_OK; 2477 2477 } 2478 dprintf(("visible region")); 2478 2479 for(i=0;i<lpRgnData->rdh.nCount;i++) 2479 2480 { … … 2481 2482 pRectl[i].yTop = dest->DDSurfaceDesc.dwHeight - pRectl[i].yBottom; 2482 2483 pRectl[i].yBottom = dest->DDSurfaceDesc.dwHeight - temp; 2484 dprintf(("(%d,%d)(%d,%d)", pRectl[i].xLeft, pRectl[i].yBottom, pRectl[i].xRight, pRectl[i].yTop)); 2483 2485 //clip rectangle must be relative to lScreenPos 2484 2486 pRectl[i].xLeft -= sBlt.lScreenPosX; … … 2486 2488 pRectl[i].yTop -= sBlt.lScreenPosY; 2487 2489 pRectl[i].yBottom -= sBlt.lScreenPosY; 2490 dprintf(("(%d,%d)(%d,%d)", pRectl[i].xLeft, pRectl[i].yBottom, pRectl[i].xRight, pRectl[i].yTop)); 2488 2491 } 2489 2492 fChanged = TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.