[WIN32K]
authorJérôme Gardou <jerome.gardou@reactos.org>
Sat, 26 Jul 2014 15:40:57 +0000 (15:40 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Sat, 26 Jul 2014 15:40:57 +0000 (15:40 +0000)
 - Do not offset the window visible region when creating the WNDOBJ, it's already fine

svn path=/trunk/; revision=63738

reactos/win32ss/gdi/eng/engwindow.c

index 0a25052..c5b4d93 100644 (file)
@@ -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)
         {