[ros-diffs] [greatlrd] 28771: implement SelectBrushLocal

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Sun Sep 2 15:09:50 CEST 2007


Author: greatlrd
Date: Sun Sep  2 17:09:50 2007
New Revision: 28771

URL: http://svn.reactos.org/svn/reactos?rev=28771&view=rev
Log:
implement SelectBrushLocal

Modified:
    trunk/reactos/dll/win32/gdi32/misc/historic.c
    trunk/reactos/dll/win32/gdi32/misc/stubs.c

Modified: trunk/reactos/dll/win32/gdi32/misc/historic.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/gdi32/misc/historic.c?rev=28771&r1=28770&r2=28771&view=diff
==============================================================================
--- trunk/reactos/dll/win32/gdi32/misc/historic.c (original)
+++ trunk/reactos/dll/win32/gdi32/misc/historic.c Sun Sep  2 17:09:50 2007
@@ -233,4 +233,13 @@
     return TRUE;
 }
 
-
+/*
+ * @implemented
+ */
+HBRUSH
+STDCALL
+SelectBrushLocal(HBRUSH Currenthbm,
+                 HBRUSH Newhbm)
+{
+    return Newhbm;
+}

Modified: trunk/reactos/dll/win32/gdi32/misc/stubs.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/gdi32/misc/stubs.c?rev=28771&r1=28770&r2=28771&view=diff
==============================================================================
--- trunk/reactos/dll/win32/gdi32/misc/stubs.c (original)
+++ trunk/reactos/dll/win32/gdi32/misc/stubs.c Sun Sep  2 17:09:50 2007
@@ -1112,24 +1112,6 @@
 	DWORD	a4,
 	DWORD	a5,
 	DWORD	a6
-	)
-{
-	UNIMPLEMENTED;
-	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
-	return 0;
-}
-
-
-
-
-/*
- * @unimplemented
- */
-DWORD
-STDCALL
-SelectBrushLocal(
-	DWORD	a0,
-	DWORD	a1
 	)
 {
 	UNIMPLEMENTED;




More information about the Ros-diffs mailing list