Reintegrate header branch
[reactos.git] / reactos / subsystems / win32 / win32k / include / cliprgn.h
1 #pragma once
2
3 #include <include/dc.h>
4 #include <include/region.h>
5
6 INT FASTCALL IntGdiGetClipBox(PDC, RECTL* rc);
7 INT FASTCALL IntGdiExtSelectClipRgn (PDC, PROSRGNDATA, int);
8
9 INT FASTCALL GdiGetClipBox(HDC hDC, RECTL *rc);
10 INT FASTCALL GdiSelectVisRgn(HDC hdc, HRGN hrgn);
11 INT FASTCALL GdiExtSelectClipRgn (PDC dc, HRGN hrgn, int fnMode);