DCOrg is in device coordinates, fix a comment accordingly

svn path=/trunk/; revision=33745
This commit is contained in:
Timo Kreuzer
2008-05-28 20:03:36 +00:00
parent fe93333f0e
commit d1dfa7c318
@@ -129,7 +129,7 @@ IntGdiLineTo(DC *dc,
IntLPtoDP(dc, Points, 2);
/* FIXME: Is it correct to do this after the transformation? */
/* The DCOrg is in device coordinates */
Points[0].x += dc->w.DCOrgX;
Points[0].y += dc->w.DCOrgY;
Points[1].x += dc->w.DCOrgX;