Index: subsystems/win32/win32k/objects/freetype.c =================================================================== --- subsystems/win32/win32k/objects/freetype.c (revision 50872) +++ subsystems/win32/win32k/objects/freetype.c (working copy) @@ -3248,8 +3248,6 @@ DestRect.right = lprc->right; DestRect.bottom = lprc->bottom; - IntLPtoDP(dc, (LPPOINT)&DestRect, 2); - DestRect.left += dc->ptlDCOrig.x; DestRect.top += dc->ptlDCOrig.y; DestRect.right += dc->ptlDCOrig.x;