From c0289e7d9d52bbbfc31adce4e3b5445ea9de1c98 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Mon, 30 Apr 2007 17:20:56 +0000 Subject: [PATCH] Fix name for GdiFlush. svn path=/trunk/; revision=26595 --- reactos/include/reactos/win32k/ntgdibad.h | 3 --- reactos/subsystems/win32/win32k/objects/paintobj.c | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/reactos/include/reactos/win32k/ntgdibad.h b/reactos/include/reactos/win32k/ntgdibad.h index 72c247a78a7..581742c7798 100644 --- a/reactos/include/reactos/win32k/ntgdibad.h +++ b/reactos/include/reactos/win32k/ntgdibad.h @@ -378,9 +378,6 @@ NtGdiGdiComment ( CONST LPBYTE Data ); -/* Should be NtGdiFlush. */ -BOOL STDCALL NtGdiGdiFlush (VOID); - /* Should be done in user-mode. */ DWORD STDCALL NtGdiGdiGetBatchLimit (VOID); diff --git a/reactos/subsystems/win32/win32k/objects/paintobj.c b/reactos/subsystems/win32/win32k/objects/paintobj.c index 692e348c87d..3428b0318cf 100644 --- a/reactos/subsystems/win32/win32k/objects/paintobj.c +++ b/reactos/subsystems/win32/win32k/objects/paintobj.c @@ -25,7 +25,7 @@ BOOL STDCALL -NtGdiGdiFlush(VOID) +NtGdiFlush(VOID) { UNIMPLEMENTED; return FALSE;