From: Magnus Olsen Date: Sun, 2 Sep 2007 13:09:50 +0000 (+0000) Subject: implement SelectBrushLocal X-Git-Tag: ReactOS-0.3.3~8^2~151 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=d9d416611c70393125bdce9156384c9d70862c2f implement SelectBrushLocal svn path=/trunk/; revision=28771 --- diff --git a/reactos/dll/win32/gdi32/misc/historic.c b/reactos/dll/win32/gdi32/misc/historic.c index 0deb68d83f9..7aef41cb264 100644 --- a/reactos/dll/win32/gdi32/misc/historic.c +++ b/reactos/dll/win32/gdi32/misc/historic.c @@ -233,4 +233,13 @@ GdiReleaseLocalDC(HDC hdc) return TRUE; } - +/* + * @implemented + */ +HBRUSH +STDCALL +SelectBrushLocal(HBRUSH Currenthbm, + HBRUSH Newhbm) +{ + return Newhbm; +} diff --git a/reactos/dll/win32/gdi32/misc/stubs.c b/reactos/dll/win32/gdi32/misc/stubs.c index 70e7d2eba40..56911047ab6 100644 --- a/reactos/dll/win32/gdi32/misc/stubs.c +++ b/reactos/dll/win32/gdi32/misc/stubs.c @@ -1120,24 +1120,6 @@ GetGlyphOutlineWow( } - - -/* - * @unimplemented - */ -DWORD -STDCALL -SelectBrushLocal( - DWORD a0, - DWORD a1 - ) -{ - UNIMPLEMENTED; - SetLastError(ERROR_CALL_NOT_IMPLEMENTED); - return 0; -} - - /* * @unimplemented */