Vincent Povirk : gdiplus: Remove FIXME on implemented function.

Alexandre Julliard julliard at winehq.org
Wed Apr 25 13:40:25 CDT 2012


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

Author: Vincent Povirk <vincent at codeweavers.com>
Date:   Tue Apr 24 09:17:42 2012 -0500

gdiplus: Remove FIXME on implemented function.

---

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

diff --git a/dlls/gdiplus/brush.c b/dlls/gdiplus/brush.c
index ac5328e..b05d74a 100644
--- a/dlls/gdiplus/brush.c
+++ b/dlls/gdiplus/brush.c
@@ -1520,7 +1520,7 @@ GpStatus WINGDIPAPI GdipGetPathGradientPresetBlend(GpPathGradient *brush,
 GpStatus WINGDIPAPI GdipGetPathGradientPresetBlendCount(GpPathGradient *brush,
     INT *count)
 {
-    FIXME("(%p,%p): stub\n", brush, count);
+    TRACE("(%p,%p)\n", brush, count);
 
     if (!brush || !count)
         return InvalidParameter;




More information about the wine-cvs mailing list