update for HEAD-2003091401
[reactos.git] / include / win32k / paint.h
index d8fae7a..5d8e16d 100644 (file)
@@ -1,12 +1,12 @@
 #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);
+BOOL STDCALL NtGdiGdiFlush (VOID);
+DWORD STDCALL NtGdiGdiGetBatchLimit (VOID);
+DWORD STDCALL NtGdiGdiSetBatchLimit (DWORD  Limit);
+UINT STDCALL NtGdiGetBoundsRect (HDC hDC, LPRECT Bounds, UINT Flags);
+COLORREF STDCALL NtGdiSetBkColor (HDC hDC, COLORREF Color);
+UINT STDCALL NtGdiSetBoundsRect (HDC hDC, CONST PRECT Bounds, UINT Flags);
 
 #endif