diff --git a/dlls/gdiplus/brush.c b/dlls/gdiplus/brush.c index 13cd3abdf05..a4ced49c83a 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 725c0246a4f..848402dfbeb 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