implement SelectBrushLocal
authorMagnus Olsen <magnus@greatlord.com>
Sun, 2 Sep 2007 13:09:50 +0000 (13:09 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Sun, 2 Sep 2007 13:09:50 +0000 (13:09 +0000)
svn path=/trunk/; revision=28771

reactos/dll/win32/gdi32/misc/historic.c
reactos/dll/win32/gdi32/misc/stubs.c

index 0deb68d..7aef41c 100644 (file)
@@ -233,4 +233,13 @@ GdiReleaseLocalDC(HDC hdc)
     return TRUE;
 }
 
-
+/*
+ * @implemented
+ */
+HBRUSH
+STDCALL
+SelectBrushLocal(HBRUSH Currenthbm,
+                 HBRUSH Newhbm)
+{
+    return Newhbm;
+}
index 70e7d2e..5691104 100644 (file)
@@ -1120,24 +1120,6 @@ GetGlyphOutlineWow(
 }
 
 
-
-
-/*
- * @unimplemented
- */
-DWORD
-STDCALL
-SelectBrushLocal(
-       DWORD   a0,
-       DWORD   a1
-       )
-{
-       UNIMPLEMENTED;
-       SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
-       return 0;
-}
-
-
 /*
  * @unimplemented
  */