mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
implement GetMetaRgn left todo fix it in win32k.sys
svn path=/trunk/; revision=28717
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user