mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user