From f00899b37893429d7a5e919cc64cdc59bab2ce4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Sat, 26 Jul 2014 15:40:57 +0000 Subject: [PATCH] [WIN32K] - 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/win32ss/gdi/eng/engwindow.c b/reactos/win32ss/gdi/eng/engwindow.c index 0a25052360e..c5b4d937814 100644 --- a/reactos/win32ss/gdi/eng/engwindow.c +++ b/reactos/win32ss/gdi/eng/engwindow.c @@ -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) {