X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=include%2Fwin32k%2Fpaint.h;fp=include%2Fwin32k%2Fpaint.h;h=5d8e16d2a4322f342c343d08eafdf397b857fc8e;hp=d8fae7aa68c2d787d8874636f8d9efdac2e52eb1;hb=a3df8bf1429570e0bd6c6428f6ed80073578cf4b;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/include/win32k/paint.h b/include/win32k/paint.h index d8fae7a..5d8e16d 100644 --- a/include/win32k/paint.h +++ b/include/win32k/paint.h @@ -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