Ignore:
Timestamp:
Oct 3, 2001, 3:49:41 PM (24 years ago)
Author:
sandervl
Message:

take clipping info into account when blitting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ddraw/rectangle.cpp

    r5344 r6935  
    1 /* $Id: rectangle.cpp,v 1.5 2001-03-20 23:18:56 mike Exp $ */
     1/* $Id: rectangle.cpp,v 1.6 2001-10-03 13:49:41 sandervl Exp $ */
    22
    33/*
     
    1414#include "rectangle.h"
    1515
    16 DDRectangle::DDRectangle ( Coord y1,
    17                     Coord x1,
    18                     Coord y2,
    19                     Coord x2 )
     16DDRectangle::DDRectangle ( Coord x1,
     17                    Coord y1,
     18                    Coord x2,
     19                    Coord y2 )
    2020{
    2121  lTop    = y1;
Note: See TracChangeset for help on using the changeset viewer.