Merge trunk HEAD (r46369)
[reactos.git] / reactos / subsystems / win32 / win32k / include / cliprgn.h
1 #ifndef __WIN32K_CLIPRGN_H
2 #define __WIN32K_CLIPRGN_H
3
4 #include <include/dc.h>
5 #include <include/region.h>
6
7 INT FASTCALL IntGdiGetClipBox(PDC, RECTL* rc);
8 INT FASTCALL IntGdiExtSelectClipRgn (PDC, PROSRGNDATA, int);
9
10 INT FASTCALL GdiGetClipBox(HDC hDC, RECTL *rc);
11 INT FASTCALL GdiSelectVisRgn(HDC hdc, HRGN hrgn);
12 INT FASTCALL GdiExtSelectClipRgn (PDC dc, HRGN hrgn, int fnMode);
13
14 #endif /* not __WIN32K_CLIPRGN_H */