Lei Zhang : gdiplus: Add a stub for GdipSetCustomLineCapBaseInset.

Alexandre Julliard julliard at winehq.org
Thu Apr 10 04:39:28 CDT 2008


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

Author: Lei Zhang <thestig at google.com>
Date:   Wed Apr  9 12:47:22 2008 -0700

gdiplus: Add a stub for GdipSetCustomLineCapBaseInset.

---

 dlls/gdiplus/customlinecap.c |   11 +++++++++++
 dlls/gdiplus/gdiplus.spec    |    2 +-
 2 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/dlls/gdiplus/customlinecap.c b/dlls/gdiplus/customlinecap.c
index 31a3b6b..544f856 100644
--- a/dlls/gdiplus/customlinecap.c
+++ b/dlls/gdiplus/customlinecap.c
@@ -151,3 +151,14 @@ GpStatus WINGDIPAPI GdipGetCustomLineCapBaseInset(GpCustomLineCap* custom,
 
     return NotImplemented;
 }
+
+GpStatus WINGDIPAPI GdipSetCustomLineCapBaseInset(GpCustomLineCap* custom,
+    REAL inset)
+{
+    static int calls;
+
+    if(!(calls++))
+        FIXME("not implemented\n");
+
+    return NotImplemented;
+}
diff --git a/dlls/gdiplus/gdiplus.spec b/dlls/gdiplus/gdiplus.spec
index d31c727..598c663 100644
--- a/dlls/gdiplus/gdiplus.spec
+++ b/dlls/gdiplus/gdiplus.spec
@@ -515,7 +515,7 @@
 @ stdcall GdipSetCompositingMode(ptr long)
 @ stdcall GdipSetCompositingQuality(ptr long)
 @ stdcall GdipSetCustomLineCapBaseCap(ptr long)
-@ stub GdipSetCustomLineCapBaseInset
+@ stdcall GdipSetCustomLineCapBaseInset(ptr long)
 @ stdcall GdipSetCustomLineCapStrokeCaps(ptr long long)
 @ stub GdipSetCustomLineCapStrokeJoin
 @ stub GdipSetCustomLineCapWidthScale




More information about the wine-cvs mailing list