gdiplus: Add a stub for GdipSetCustomLineCapStrokeJoin.
authorLei Zhang <thestig@google.com>
Wed, 9 Apr 2008 19:49:02 +0000 (12:49 -0700)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 10 Apr 2008 08:31:18 +0000 (10:31 +0200)
dlls/gdiplus/customlinecap.c
dlls/gdiplus/gdiplus.spec

index 544f856bf254744b251487bd9bf22d8c85422149..ce442438b6a890f10a3991e24d01047b7a617010 100644 (file)
@@ -162,3 +162,14 @@ GpStatus WINGDIPAPI GdipSetCustomLineCapBaseInset(GpCustomLineCap* custom,
 
     return NotImplemented;
 }
+
+GpStatus WINGDIPAPI GdipSetCustomLineCapStrokeJoin(GpCustomLineCap* custom,
+    GpLineJoin join)
+{
+    static int calls;
+
+    if(!(calls++))
+        FIXME("not implemented\n");
+
+    return NotImplemented;
+}
index 598c6637401055ddb77a23c86f48343d0f0a9e33..f191aeb8341f5ebd07a9d7eff2e259c44a857e2d 100644 (file)
 @ stdcall GdipSetCustomLineCapBaseCap(ptr long)
 @ stdcall GdipSetCustomLineCapBaseInset(ptr long)
 @ stdcall GdipSetCustomLineCapStrokeCaps(ptr long long)
-@ stub GdipSetCustomLineCapStrokeJoin
+@ stdcall GdipSetCustomLineCapStrokeJoin(ptr long)
 @ stub GdipSetCustomLineCapWidthScale
 @ stub GdipSetEffectParameters
 @ stub GdipSetEmpty