#ifndef __WIN32K_PAINT_H #define __WIN32K_PAINT_H BOOL STDCALL W32kGdiFlush (VOID); DWORD STDCALL W32kGdiGetBatchLimit (VOID); DWORD STDCALL W32kGdiSetBatchLimit (DWORD Limit); UINT STDCALL W32kGetBoundsRect (HDC hDC, LPRECT Bounds, UINT Flags); COLORREF STDCALL W32kSetBkColor (HDC hDC, COLORREF Color); UINT STDCALL W32kSetBoundsRect (HDC hDC, CONST PRECT Bounds, UINT Flags); #endif