Adam Petaccia : gdiplus: Stub GdipTranslateLineTransform.

Alexandre Julliard julliard at winehq.org
Tue Sep 2 08:33:16 CDT 2008


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

Author: Adam Petaccia <adam at tpetaccia.com>
Date:   Sun Aug 31 01:06:37 2008 -0400

gdiplus: Stub GdipTranslateLineTransform.

---

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

diff --git a/dlls/gdiplus/brush.c b/dlls/gdiplus/brush.c
index 13cd3ab..a4ced49 100644
--- a/dlls/gdiplus/brush.c
+++ b/dlls/gdiplus/brush.c
@@ -959,6 +959,14 @@ GpStatus WINGDIPAPI GdipSetLineTransform(GpLineGradient *brush,
     return NotImplemented;
 }
 
+GpStatus WINGDIPAPI GdipTranslateLineTransform(GpLineGradient* brush,
+        REAL dx, REAL dy, GpMatrixOrder order)
+{
+    FIXME("stub: %p %f %f %d\n", brush, dx, dy, order);
+
+    return NotImplemented;
+}
+
 GpStatus WINGDIPAPI GdipGetLineRect(GpLineGradient *brush, GpRectF *rect)
 {
     if(!brush || !rect)
diff --git a/dlls/gdiplus/gdiplus.spec b/dlls/gdiplus/gdiplus.spec
index 725c024..848402d 100644
--- a/dlls/gdiplus/gdiplus.spec
+++ b/dlls/gdiplus/gdiplus.spec
@@ -611,7 +611,7 @@
 @ stdcall GdipTransformRegion(ptr ptr)
 @ stub GdipTranslateClip
 @ stub GdipTranslateClipI
-@ stub GdipTranslateLineTransform
+@ stdcall GdipTranslateLineTransform(ptr long long long)
 @ stdcall GdipTranslateMatrix(ptr long long long)
 @ stub GdipTranslatePathGradientTransform
 @ stub GdipTranslatePenTransform




More information about the wine-cvs mailing list