Ignore:
Timestamp:
Feb 3, 2000, 12:45:07 AM (26 years ago)
Author:
sandervl
Message:

RGB 555 conversion in SetDIBitsToDevice + quake 2 BitBlt fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/oslibgdi.h

    r2049 r2600  
    1 /* $Id: oslibgdi.h,v 1.2 1999-12-09 16:49:45 cbratschi Exp $ */
     1/* $Id: oslibgdi.h,v 1.3 2000-02-02 23:45:07 sandervl Exp $ */
    22
    33/*
     
    1414INT OSLibSetDIBitsToDevice(HDC hdc, INT xDest, INT yDest, DWORD cx, DWORD cy,
    1515                           INT xSrc, INT ySrc, UINT startscan, UINT lines,
    16                            LPCVOID bits, WINBITMAPINFOHEADER *info,
     16                           LPCVOID bits, BITMAPINFOHEADER_W *info,
    1717                           UINT coloruse);
    1818
Note: See TracChangeset for help on using the changeset viewer.