Ignore:
Timestamp:
Aug 10, 2002, 4:40:23 PM (23 years ago)
Author:
umoeller
Message:

More fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/gpih.c

    r196 r200  
    23802380    }
    23812381
    2382     return GpiWCBitBlt(hpsTarget,     // target HPS (bmp selected)
     2382    return GpiWCBitBlt(hpsTarget,       // target HPS (bmp selected)
    23832383                       hbmSource,
    2384                        4L,             // must always be 4
    2385                        &aptl[0],       // points array
     2384                       4L,              // must always be 4
     2385                       &aptl[0],        // points array
    23862386                       ROP_SRCCOPY,
    23872387                       BBO_IGNORE);
Note: See TracChangeset for help on using the changeset viewer.