mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
implement SelectBrushLocal
svn path=/trunk/; revision=28771
This commit is contained in:
parent
8f965b75c6
commit
d9d416611c
2 changed files with 10 additions and 19 deletions
|
@ -233,4 +233,13 @@ GdiReleaseLocalDC(HDC hdc)
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
HBRUSH
|
||||
STDCALL
|
||||
SelectBrushLocal(HBRUSH Currenthbm,
|
||||
HBRUSH Newhbm)
|
||||
{
|
||||
return Newhbm;
|
||||
}
|
||||
|
|
|
@ -1120,24 +1120,6 @@ GetGlyphOutlineWow(
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
DWORD
|
||||
STDCALL
|
||||
SelectBrushLocal(
|
||||
DWORD a0,
|
||||
DWORD a1
|
||||
)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue