Transform correctly the coordinates.
Modified: trunk/reactos/subsys/win32k/objects/text.c
--- trunk/reactos/subsys/win32k/objects/text.c 2005-12-30 01:19:41 UTC (rev 20452) +++ trunk/reactos/subsys/win32k/objects/text.c 2005-12-30 01:28:29 UTC (rev 20453) @@ -1598,6 +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);
IntEngBitBlt( &BitmapObj->SurfObj, NULL,