Ignore:
Timestamp:
Aug 3, 1999, 10:16:20 PM (26 years ago)
Author:
hugh
Message:

Fixed bug in locked region handling

File:
1 edited

Legend:

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

    r352 r405  
    3232Coord
    3333  width() const,
    34   height() const;
     34  height() const,
     35  Top() const,
     36  Left() const,
     37  Bottom() const,
     38  Right() const;
     39
     40  void* GetMemPtr();
     41  void SetMemPtr(void* NewMemPtr);
    3542
    3643private:
     44  void* pMemPtr; // Pointer to surface memory for this rectangle
    3745  long lTop,lLeft;
    3846  long lBottom,lRight;
Note: See TracChangeset for help on using the changeset viewer.