Ignore:
Timestamp:
Dec 9, 1999, 5:49:45 PM (26 years ago)
Author:
cbratschi
Message:

fixed TextOut, ExtTextOut bugs

File:
1 edited

Legend:

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

    r1095 r2049  
    1 /* $Id: oslibgdi.h,v 1.1 1999-10-01 10:14:59 sandervl Exp $ */
     1/* $Id: oslibgdi.h,v 1.2 1999-12-09 16:49:45 cbratschi Exp $ */
    22
    33/*
     
    1212#define __OSLIBGDI_H__
    1313
    14 INT OSLibSetDIBitsToDevice(HDC hdc, INT xDest, INT yDest, DWORD cx, DWORD cy, 
    15                            INT xSrc, INT ySrc, UINT startscan, UINT lines, 
    16                            LPCVOID bits, WINBITMAPINFOHEADER *info, 
     14INT OSLibSetDIBitsToDevice(HDC hdc, INT xDest, INT yDest, DWORD cx, DWORD cy,
     15                           INT xSrc, INT ySrc, UINT startscan, UINT lines,
     16                           LPCVOID bits, WINBITMAPINFOHEADER *info,
    1717                           UINT coloruse);
    1818
Note: See TracChangeset for help on using the changeset viewer.