mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
DCOrg is in device coordinates, fix a comment accordingly
svn path=/trunk/; revision=33745
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user