diff --git a/reactos/subsystems/win32/win32k/objects/line.c b/reactos/subsystems/win32/win32k/objects/line.c index 4a5a1ce3fe6..db589bd847f 100644 --- a/reactos/subsystems/win32/win32k/objects/line.c +++ b/reactos/subsystems/win32/win32k/objects/line.c @@ -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;