Fix a cut & paste error.
Modified: trunk/reactos/subsys/win32k/objects/text.c
--- trunk/reactos/subsys/win32k/objects/text.c 2005-12-30 01:28:29 UTC (rev 20453) +++ trunk/reactos/subsys/win32k/objects/text.c 2005-12-30 01:39:34 UTC (rev 20454) @@ -1598,7 +1598,7 @@
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,