commit | cded6c8b799da5a68a2e55b7e083b26ddce658df | [log] [tgz] |
---|---|---|
author | Vincent Povirk <vincent@codeweavers.com> | Fri Sep 04 13:01:29 2009 -0500 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Sep 08 13:44:08 2009 +0200 |
tree | 10d27784b3976ac90bf48193bc92de14d30fb61e | |
parent | 94ab23377d446f10fc3fac552eca7771ada4d170 [diff] [blame] |
gdiplus: Stub GdipResetLineTransform.
diff --git a/dlls/gdiplus/brush.c b/dlls/gdiplus/brush.c index 5e6b26a..54bc6a8 100644 --- a/dlls/gdiplus/brush.c +++ b/dlls/gdiplus/brush.c
@@ -1582,6 +1582,16 @@ return NotImplemented; } +GpStatus WINGDIPAPI GdipResetLineTransform(GpLineGradient *brush) +{ + static int calls; + + if(!(calls++)) + FIXME("not implemented\n"); + + return NotImplemented; +} + GpStatus WINGDIPAPI GdipSetLineTransform(GpLineGradient *brush, GDIPCONST GpMatrix *matrix) {