5d8e16d2a4322f342c343d08eafdf397b857fc8e
[reactos.git] / include / win32k / paint.h
1 #ifndef __WIN32K_PAINT_H
2 #define __WIN32K_PAINT_H
3
4 BOOL STDCALL NtGdiGdiFlush (VOID);
5 DWORD STDCALL NtGdiGdiGetBatchLimit (VOID);
6 DWORD STDCALL NtGdiGdiSetBatchLimit (DWORD  Limit);
7 UINT STDCALL NtGdiGetBoundsRect (HDC hDC, LPRECT Bounds, UINT Flags);
8 COLORREF STDCALL NtGdiSetBkColor (HDC hDC, COLORREF Color);
9 UINT STDCALL NtGdiSetBoundsRect (HDC hDC, CONST PRECT Bounds, UINT Flags);
10
11 #endif
12