Ignore:
Timestamp:
Jun 8, 2002, 1:45:20 PM (23 years ago)
Author:
sandervl
Message:

clipper bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ddraw/OS2SURFACE.CPP

    r7940 r8602  
    1 /* $Id: OS2SURFACE.CPP,v 1.40 2002-02-17 20:40:05 sandervl Exp $ */
     1/* $Id: OS2SURFACE.CPP,v 1.41 2002-06-08 11:45:19 sandervl Exp $ */
    22
    33/*
     
    24762476                          return DD_OK;
    24772477                      }
     2478                      dprintf(("visible region"));
    24782479                      for(i=0;i<lpRgnData->rdh.nCount;i++)
    24792480                      {
     
    24812482                          pRectl[i].yTop     = dest->DDSurfaceDesc.dwHeight - pRectl[i].yBottom;
    24822483                          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));
    24832485                          //clip rectangle must be relative to lScreenPos
    24842486                          pRectl[i].xLeft   -= sBlt.lScreenPosX;
     
    24862488                          pRectl[i].yTop    -= sBlt.lScreenPosY;
    24872489                          pRectl[i].yBottom -= sBlt.lScreenPosY;
     2490                          dprintf(("(%d,%d)(%d,%d)", pRectl[i].xLeft, pRectl[i].yBottom, pRectl[i].xRight, pRectl[i].yTop));
    24882491                      }
    24892492                      fChanged = TRUE;
Note: See TracChangeset for help on using the changeset viewer.