Ignore:
Timestamp:
Oct 5, 2001, 2:33:10 PM (24 years ago)
Author:
sandervl
Message:

updates for stretch blitting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ddraw/OS2CLIPPER.H

    r6935 r6950  
    1 /* $Id: OS2CLIPPER.H,v 1.10 2001-10-03 13:49:39 sandervl Exp $ */
     1/* $Id: OS2CLIPPER.H,v 1.11 2001-10-05 12:33:08 sandervl Exp $ */
    22
    33/*
     
    3131        inline  HRESULT       GetLastError() { return lastError; };
    3232
     33        BOOL IsClipListChangedInt()
     34        {
     35           BOOL ret = fClipListChangedInt;
     36           fClipListChangedInt = FALSE;
     37           return ret;
     38        }
    3339 private:
    3440
     
    4046
    4147        LPRGNDATA              lpRgnData;
    42         BOOL                   fClipListChanged;
     48        BOOL                   fClipListChanged, fClipListChangedInt;
    4349        BOOL                   fDrawingAllowed;
    4450
Note: See TracChangeset for help on using the changeset viewer.