Module: wine Branch: master Commit: cf09ae7be87b96dc7636df38877ad23dd73f2aa8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=cf09ae7be87b96dc7636df3887...
Author: Marcin Baczyński marbacz@gmail.com Date: Wed Dec 9 01:08:46 2009 +0100
gdiplus: Add missing declaration for customlinecap.c.
---
include/gdiplusflat.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/gdiplusflat.h b/include/gdiplusflat.h index 5fc4ed5..cd97a70 100644 --- a/include/gdiplusflat.h +++ b/include/gdiplusflat.h @@ -90,6 +90,7 @@ GpStatus WINGDIPAPI GdipSetCustomLineCapStrokeCaps(GpCustomLineCap*,GpLineCap, GpStatus WINGDIPAPI GdipGetCustomLineCapStrokeJoin(GpCustomLineCap*,GpLineJoin*); GpStatus WINGDIPAPI GdipSetCustomLineCapStrokeJoin(GpCustomLineCap*,GpLineJoin); GpStatus WINGDIPAPI GdipGetCustomLineCapWidthScale(GpCustomLineCap*,REAL*); +GpStatus WINGDIPAPI GdipSetCustomLineCapWidthScale(GpCustomLineCap*,REAL); GpStatus WINGDIPAPI GdipSetCustomLineCapBaseInset(GpCustomLineCap*,REAL);
/* Font */