From: Filip Navara Date: Fri, 30 Dec 2005 01:39:34 +0000 (+0000) Subject: Fix a cut & paste error. X-Git-Tag: backups/expat-rbuild@40467~688 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=2482000b650c849488f4ea6603e77f176f31c446 Fix a cut & paste error. svn path=/trunk/; revision=20454 --- 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,