mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
SelectClipRgn: call NtGdiExtSelectClipRgn with RGN_COPY
svn path=/trunk/; revision=28206
This commit is contained in:
@@ -524,7 +524,7 @@ ScaleViewportExtEx@24
|
||||
ScaleWindowExtEx@24
|
||||
SelectBrushLocal@8
|
||||
SelectClipPath@8
|
||||
SelectClipRgn@8=NtGdiSelectClipRgn@8
|
||||
SelectClipRgn@8
|
||||
SelectFontLocal@8
|
||||
SelectObject@8=NtGdiSelectObject@8
|
||||
SelectPalette@12=NtGdiSelectPalette@12
|
||||
|
||||
@@ -1,6 +1,19 @@
|
||||
#include "precomp.h"
|
||||
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
int STDCALL
|
||||
SelectClipRgn(
|
||||
HDC hdc,
|
||||
HRGN hrgn
|
||||
)
|
||||
{
|
||||
return NtGdiExtSelectClipRgn(hdc, hrgn, RGN_COPY);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user