source: trunk/src/gdi32/region.h@ 22012

Last change on this file since 22012 was 10561, checked in by sandervl, 22 years ago

LineTo: special case in toWin32LineEnd when inside a path definition

File size: 412 bytes
Line 
1//$Id: region.h,v 1.5 2004-03-25 14:52:32 sandervl Exp $
2#ifndef __REGION_H__
3#define __REGION_H__
4
5#include <dcdata.h>
6
7BOOL InitRegionSpace();
8void DestroyRegionSpace();
9
10BOOL WIN32API OSLibDeleteRegion(HANDLE hRegion);
11
12HRGN GdiCopyClipRgn(pDCData pHps);
13BOOL GdiDestroyRgn(pDCData pHps, HRGN hrgnClip);
14
15
16LONG hdcHeight(HWND hwnd, pDCData pHps);
17LONG hdcWidth(HWND hwnd, pDCData pHps);
18
19#endif //__REGION_H__
Note: See TracBrowser for help on using the repository browser.