[1/7] gdiplus: public declaration of GdipSetPenEndCap

Evan Stade estade at gmail.com
Fri Jul 6 18:13:57 CDT 2007


Hi,

 include/gdiplusflat.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-- 
Evan Stade
-------------- next part --------------
diff --git a/include/gdiplusflat.h b/include/gdiplusflat.h
index 78db330..d308c2a 100644
--- a/include/gdiplusflat.h
+++ b/include/gdiplusflat.h
@@ -29,6 +29,7 @@ #endif
 
 GpStatus WINGDIPAPI GdipCreatePen1(ARGB,REAL,GpUnit,GpPen**);
 GpStatus WINGDIPAPI GdipDeletePen(GpPen*);
+GpStatus WINGDIPAPI GdipSetPenEndCap(GpPen*,GpLineCap);
 
 GpStatus WINGDIPAPI GdipCreateFromHDC(HDC,GpGraphics**);
 GpStatus WINGDIPAPI GdipCreateFromHWND(HWND,GpGraphics**);
-- 
1.4.1


More information about the wine-patches mailing list