mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
implement GetMetaRgn left todo fix it in win32k.sys
svn path=/trunk/; revision=28717
This commit is contained in:
parent
a86b4289ac
commit
dfa9b6f56f
1 changed files with 4 additions and 8 deletions
|
@ -115,18 +115,14 @@ GetBoundsRect(
|
|||
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
* @implemented
|
||||
*/
|
||||
int
|
||||
STDCALL
|
||||
GetMetaRgn(
|
||||
HDC a0,
|
||||
HRGN a1
|
||||
)
|
||||
GetMetaRgn(HDC hdc,
|
||||
HRGN hrgn)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
||||
return 0;
|
||||
return NtGdiGetRandomRgn(hdc,hrgn,2);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue