RtlGenerate8dot3Name() is now "pass"ed
[reactos.git] / include / win32k / paint.h
1 #ifndef __WIN32K_PAINT_H
2 #define __WIN32K_PAINT_H
3
4 BOOL STDCALL W32kGdiFlush (VOID);
5 DWORD STDCALL W32kGdiGetBatchLimit (VOID);
6 DWORD STDCALL W32kGdiSetBatchLimit (DWORD  Limit);
7 UINT STDCALL W32kGetBoundsRect (HDC hDC, LPRECT Bounds, UINT Flags);
8 COLORREF STDCALL W32kSetBkColor (HDC hDC, COLORREF Color);
9 UINT STDCALL W32kSetBoundsRect (HDC hDC, CONST PRECT Bounds, UINT Flags);
10
11 #endif
12