Vincent Povirk : gdiplus: Stub GdipSetPathGradientPresetBlend.

Alexandre Julliard julliard at winehq.org
Wed Jun 10 10:16:57 CDT 2009


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

Author: Vincent Povirk <vincent at codeweavers.com>
Date:   Tue Jun  9 12:11:38 2009 -0500

gdiplus: Stub GdipSetPathGradientPresetBlend.

---

 dlls/gdiplus/brush.c      |    7 +++++++
 dlls/gdiplus/gdiplus.spec |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/dlls/gdiplus/brush.c b/dlls/gdiplus/brush.c
index 92052f7..824ece0 100644
--- a/dlls/gdiplus/brush.c
+++ b/dlls/gdiplus/brush.c
@@ -1315,6 +1315,13 @@ GpStatus WINGDIPAPI GdipSetPathGradientBlend(GpPathGradient *brush, GDIPCONST RE
     return NotImplemented;
 }
 
+GpStatus WINGDIPAPI GdipSetPathGradientPresetBlend(GpPathGradient *brush,
+    GDIPCONST ARGB *blend, GDIPCONST REAL *pos, INT count)
+{
+    FIXME("(%p,%p,%p,%i): stub\n", brush, blend, pos, count);
+    return NotImplemented;
+}
+
 GpStatus WINGDIPAPI GdipSetPathGradientCenterColor(GpPathGradient *grad,
     ARGB argb)
 {
diff --git a/dlls/gdiplus/gdiplus.spec b/dlls/gdiplus/gdiplus.spec
index c658e00..72fdcb6 100644
--- a/dlls/gdiplus/gdiplus.spec
+++ b/dlls/gdiplus/gdiplus.spec
@@ -556,7 +556,7 @@
 @ stdcall GdipSetPathGradientGammaCorrection(ptr long)
 @ stub GdipSetPathGradientLinearBlend
 @ stub GdipSetPathGradientPath
-@ stub GdipSetPathGradientPresetBlend
+@ stdcall GdipSetPathGradientPresetBlend(ptr ptr ptr long)
 @ stdcall GdipSetPathGradientSigmaBlend(ptr long long)
 @ stdcall GdipSetPathGradientSurroundColorsWithCount(ptr ptr ptr)
 @ stub GdipSetPathGradientTransform




More information about the wine-cvs mailing list