Ignore:
Timestamp:
Aug 26, 2001, 4:20:54 PM (24 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/wingdi32.h

    r6435 r6593  
    1 /* $Id: wingdi32.h,v 1.4 2001-08-02 14:49:03 sandervl Exp $ */
    2 
    31/*
    42 * Internal functions exported by gdi32
     
    108#define __WINGDI32_H__
    119
     10#include <dcdata.h>
     11
    1212BOOL WIN32API setWinDeviceRegionFromPMDeviceRegion(HRGN winHrgn, HRGN pmHrgn, pDCData pHpsPmHrgn, HWND hwndPmHrgn);
    1313VOID WIN32API UnselectGDIObjects(HDC hdc);
    1414BOOL OSLibGpiSetCp(HDC hdc, ULONG codepage);
     15void WIN32API ConvertRGB555to565(LPVOID dest, LPVOID src, UINT imgsize);
    1516
    1617#endif //__WINGDI32_H__
Note: See TracChangeset for help on using the changeset viewer.