Evan Stade : gdiplus: Public declaration of GdipSetPenEndCap.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jul 9 10:25:00 CDT 2007


Module: wine
Branch: master
Commit: 5dc8dee76d21957b72d89ff6299b84f34d96b56c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5dc8dee76d21957b72d89ff6299b84f34d96b56c

Author: Evan Stade <estade at gmail.com>
Date:   Fri Jul  6 16:13:57 2007 -0700

gdiplus: Public declaration of GdipSetPenEndCap.

---

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

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 @@ extern "C" {
 
 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**);




More information about the wine-cvs mailing list