2001-12-21 Robert Collins <rbtcollins@hotmail.com>

* include/wingdi.h: Add GetRandomRgn and SYSRGN.
This commit is contained in:
Robert Collins 2001-12-21 06:53:56 +00:00
parent 7b5ea138a2
commit a3e320f3c9
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-12-21 Robert Collins <rbtcollins@hotmail.com>
* include/wingdi.h: Add GetRandomRgn and SYSRGN.
2001-12-20 Christopher Faylor <cgf@redhat.com>
* lib/Makefile.in: Revert inst_installdir definitions to working

View File

@ -2009,6 +2009,8 @@ typedef struct _RGNDATA {
RGNDATAHEADER rdh;
char Buffer[1];
} RGNDATA,*LPRGNDATA;
/* for GetRandomRgn */
#define SYSRGN 4
typedef struct tagGCP_RESULTSA {
DWORD lStructSize;
LPSTR lpOutString;
@ -2539,6 +2541,7 @@ COLORREF WINAPI GetPixel(HDC,int,int);
int WINAPI GetPixelFormat(HDC);
int WINAPI GetPolyFillMode(HDC);
BOOL WINAPI GetRasterizerCaps(LPRASTERIZER_STATUS,UINT);
int WINAPI GetRandomRgn (HDC,HRGN,INT);
DWORD WINAPI GetRegionData(HRGN,DWORD,LPRGNDATA);
int WINAPI GetRgnBox(HRGN,LPRECT);
int WINAPI GetROP2(HDC);