source: trunk/include/wingdi32.h@ 10366

Last change on this file since 10366 was 10316, checked in by sandervl, 22 years ago

Visible & Clip region changes

File size: 690 bytes
RevLine 
[3707]1/*
2 * Internal functions exported by gdi32
3 *
4 * Project Odin Software License can be found in LICENSE.TXT
5 *
6 */
7#ifndef __WINGDI32_H__
8#define __WINGDI32_H__
9
[6593]10#include <dcdata.h>
11
[3863]12BOOL WIN32API setWinDeviceRegionFromPMDeviceRegion(HRGN winHrgn, HRGN pmHrgn, pDCData pHpsPmHrgn, HWND hwndPmHrgn);
[10316]13
14INT WIN32API GdiCombineVisRgn(pDCData pHps, HRGN hrgn, INT operation);
15INT WIN32API GdiSetVisRgn(pDCData pHps, HRGN hrgn);
16INT WIN32API GdiCombineVisRgnClipRgn(pDCData pHps, HRGN hrgn, INT operation);
17
[5388]18VOID WIN32API UnselectGDIObjects(HDC hdc);
[6435]19BOOL OSLibGpiSetCp(HDC hdc, ULONG codepage);
[6593]20void WIN32API ConvertRGB555to565(LPVOID dest, LPVOID src, UINT imgsize);
[3707]21
22#endif //__WINGDI32_H__
Note: See TracBrowser for help on using the repository browser.