implemented NtGdiSelectClipPath and PATH_FillPath
[reactos.git] / reactos / include / win32k / cliprgn.h
index 6a0107e..e0bbe78 100644 (file)
@@ -4,6 +4,14 @@
 HRGN WINAPI SaveVisRgn(HDC hdc);
 INT WINAPI SelectVisRgn(HDC hdc, HRGN hrgn);
 
+int
+STDCALL
+IntGdiExtSelectClipRgn (
+        PDC     dc,
+        HRGN    hrgn, 
+        int     fnMode
+        );
+
 int
 STDCALL
 NtGdiExcludeClipRect (