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.cpp

    r2592 r2600  
    1 /* $Id: oslibgdi.cpp,v 1.4 2000-02-01 12:53:30 sandervl Exp $ */
     1/* $Id: oslibgdi.cpp,v 1.5 2000-02-02 23:45:07 sandervl Exp $ */
    22
    33/*
     
    2424INT OSLibSetDIBitsToDevice(HDC hdc, INT xDest, INT yDest, DWORD cx, DWORD cy,
    2525                           INT xSrc, INT ySrc, UINT startscan, UINT lines,
    26                            LPCVOID bits, WINBITMAPINFOHEADER *info,
     26                           LPCVOID bits, BITMAPINFOHEADER_W *info,
    2727                           UINT coloruse)
    2828{
Note: See TracChangeset for help on using the changeset viewer.