aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hotmail.com>2001-12-21 06:53:56 +0000
committerRobert Collins <rbtcollins@hotmail.com>2001-12-21 06:53:56 +0000
commita3e320f3c9759b2ad6267daca68e24952f27d59c (patch)
tree050630803cb6a337c410151fee279295444db95e
parent7b5ea138a288f90cf7076cd745820ec28012d73e (diff)
downloadnewlib-a3e320f3c9759b2ad6267daca68e24952f27d59c.zip
newlib-a3e320f3c9759b2ad6267daca68e24952f27d59c.tar.gz
newlib-a3e320f3c9759b2ad6267daca68e24952f27d59c.tar.bz2
2001-12-21 Robert Collins <rbtcollins@hotmail.com>
* include/wingdi.h: Add GetRandomRgn and SYSRGN.
-rw-r--r--winsup/w32api/ChangeLog4
-rw-r--r--winsup/w32api/include/wingdi.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 8441bc9..c22895f 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -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
diff --git a/winsup/w32api/include/wingdi.h b/winsup/w32api/include/wingdi.h
index dcd5f3b..fd2a5c5 100644
--- a/winsup/w32api/include/wingdi.h
+++ b/winsup/w32api/include/wingdi.h
@@ -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);