diff --git a/reactos/subsys/win32k/objects/text.c b/reactos/subsys/win32k/objects/text.c index 602fe34f24f..89589eaeab9 100644 --- a/reactos/subsys/win32k/objects/text.c +++ b/reactos/subsys/win32k/objects/text.c @@ -1598,7 +1598,7 @@ NtGdiExtTextOut( DestRect.top = SpecifiedDestRect.top + dc->w.DCOrgY; DestRect.right = SpecifiedDestRect.right + dc->w.DCOrgX; DestRect.bottom = SpecifiedDestRect.bottom + dc->w.DCOrgY; - IntLPtoDP(dc, (LPRECT)&DestRect, 2); + IntLPtoDP(dc, (LPPOINT)&DestRect, 2); IntEngBitBlt( &BitmapObj->SurfObj, NULL,