commit | 629e013d7f25ce06fb7eb48491b781f51efcf7ea | [log] [tgz] |
---|---|---|
author | Evan Stade <estade@gmail.com> | Fri Jul 27 16:07:50 2007 -0700 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jul 30 23:37:58 2007 +0200 |
tree | 88983d798757b501643caf9f9c3f95a87dd616cc | |
parent | b6b7e915c30a83cd5a6dce6606d5f149e4ae1de1 [diff] [blame] |
gdiplus: Fixed a typo.
diff --git a/dlls/gdiplus/graphics.c b/dlls/gdiplus/graphics.c index cb56c73..92662b5 100644 --- a/dlls/gdiplus/graphics.c +++ b/dlls/gdiplus/graphics.c
@@ -750,7 +750,7 @@ &ptcopy[j - 1].X, &ptcopy[j - 1].Y, pen->customstart->inset * pen->width); - draw_cap(graphics, pen->brush->lb.lbColor, pen->endcap, pen->width, pen->customstart, + draw_cap(graphics, pen->brush->lb.lbColor, pen->startcap, pen->width, pen->customstart, pt[j].X, pt[j].Y, pt[j - 1].X, pt[j - 1].Y);