Module: wine Branch: master Commit: 629e013d7f25ce06fb7eb48491b781f51efcf7ea URL: http://source.winehq.org/git/wine.git/?a=commit;h=629e013d7f25ce06fb7eb48491...
Author: Evan Stade estade@gmail.com Date: Fri Jul 27 16:07:50 2007 -0700
gdiplus: Fixed a typo.
---
dlls/gdiplus/graphics.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
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 @@ static GpStatus draw_poly(GpGraphics *graphics, GpPen *pen, GDIPCONST GpPointF * &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);