Transform correctly the coordinates.

svn path=/trunk/; revision=20453
This commit is contained in:
Filip Navara 2005-12-30 01:28:29 +00:00
parent 5b6dea58e1
commit 887fc26b44

View file

@ -1598,6 +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);
IntEngBitBlt(
&BitmapObj->SurfObj,
NULL,