2001-12-21 Robert Collins <rbtcollins@hotmail.com>
* include/wingdi.h: Add GetRandomRgn and SYSRGN.
This commit is contained in:
parent
7b5ea138a2
commit
a3e320f3c9
@ -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>
|
2001-12-20 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* lib/Makefile.in: Revert inst_installdir definitions to working
|
* lib/Makefile.in: Revert inst_installdir definitions to working
|
||||||
|
@ -2009,6 +2009,8 @@ typedef struct _RGNDATA {
|
|||||||
RGNDATAHEADER rdh;
|
RGNDATAHEADER rdh;
|
||||||
char Buffer[1];
|
char Buffer[1];
|
||||||
} RGNDATA,*LPRGNDATA;
|
} RGNDATA,*LPRGNDATA;
|
||||||
|
/* for GetRandomRgn */
|
||||||
|
#define SYSRGN 4
|
||||||
typedef struct tagGCP_RESULTSA {
|
typedef struct tagGCP_RESULTSA {
|
||||||
DWORD lStructSize;
|
DWORD lStructSize;
|
||||||
LPSTR lpOutString;
|
LPSTR lpOutString;
|
||||||
@ -2539,6 +2541,7 @@ COLORREF WINAPI GetPixel(HDC,int,int);
|
|||||||
int WINAPI GetPixelFormat(HDC);
|
int WINAPI GetPixelFormat(HDC);
|
||||||
int WINAPI GetPolyFillMode(HDC);
|
int WINAPI GetPolyFillMode(HDC);
|
||||||
BOOL WINAPI GetRasterizerCaps(LPRASTERIZER_STATUS,UINT);
|
BOOL WINAPI GetRasterizerCaps(LPRASTERIZER_STATUS,UINT);
|
||||||
|
int WINAPI GetRandomRgn (HDC,HRGN,INT);
|
||||||
DWORD WINAPI GetRegionData(HRGN,DWORD,LPRGNDATA);
|
DWORD WINAPI GetRegionData(HRGN,DWORD,LPRGNDATA);
|
||||||
int WINAPI GetRgnBox(HRGN,LPRECT);
|
int WINAPI GetRgnBox(HRGN,LPRECT);
|
||||||
int WINAPI GetROP2(HDC);
|
int WINAPI GetROP2(HDC);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user