mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[WIN32K]
- Do not offset the window visible region when creating the WNDOBJ, it's already fine svn path=/trunk/; revision=63738
This commit is contained in:
parent
5398dcffe8
commit
f00899b378
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ IntEngWndUpdateClipObj(
|
|||
hVisRgn = VIS_ComputeVisibleRegion(Window, TRUE, TRUE, TRUE);
|
||||
if (hVisRgn != NULL)
|
||||
{
|
||||
NtGdiOffsetRgn(hVisRgn, Window->rcClient.left, Window->rcClient.top);
|
||||
visRgn = RGNOBJAPI_Lock(hVisRgn, NULL);
|
||||
if (visRgn != NULL)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue