mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 03:23:51 +00:00
fix smaller bug in SelectClipRgn
svn path=/trunk/; revision=28769
This commit is contained in:
parent
9c2159e7f6
commit
7faf7e1de8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ SelectClipRgn(
|
||||||
HRGN hrgn
|
HRGN hrgn
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
return NtGdiExtSelectClipRgn(hdc, hrgn, RGN_COPY);
|
return ExtSelectClipRgn(hdc, hrgn, RGN_COPY);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue