implement SelectBrushLocal

svn path=/trunk/; revision=28771
This commit is contained in:
Magnus Olsen 2007-09-02 13:09:50 +00:00
parent 8f965b75c6
commit d9d416611c
2 changed files with 10 additions and 19 deletions

View file

@ -233,4 +233,13 @@ GdiReleaseLocalDC(HDC hdc)
return TRUE;
}
/*
* @implemented
*/
HBRUSH
STDCALL
SelectBrushLocal(HBRUSH Currenthbm,
HBRUSH Newhbm)
{
return Newhbm;
}

View file

@ -1120,24 +1120,6 @@ GetGlyphOutlineWow(
}
/*
* @unimplemented
*/
DWORD
STDCALL
SelectBrushLocal(
DWORD a0,
DWORD a1
)
{
UNIMPLEMENTED;
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return 0;
}
/*
* @unimplemented
*/