| commit | 5dc8dee76d21957b72d89ff6299b84f34d96b56c | [log] [tgz] |
|---|---|---|
| author | Evan Stade <estade@gmail.com> | Fri Jul 06 16:13:57 2007 -0700 |
| committer | Alexandre Julliard <julliard@winehq.org> | Mon Jul 09 17:03:31 2007 +0200 |
| tree | ebdf28f5fde144459b6d90a2f76e2a814111e4c9 | |
| parent | 69a807c6a9a5729c1c8458f92a7ac39754287572 [diff] [blame] |
gdiplus: Public declaration of GdipSetPenEndCap.
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 @@ 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**);