[PATCH 4/5] dwrite: Pass drawing effect to renderer in DrawStrikethrough()

Nikolay Sivov nsivov at codeweavers.com
Tue Jan 12 14:12:08 CST 2016


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 dlls/dwrite/layout.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/dwrite/layout.c b/dlls/dwrite/layout.c
index 09dbcfb..6d62b82 100644
--- a/dlls/dwrite/layout.c
+++ b/dlls/dwrite/layout.c
@@ -3005,7 +3005,7 @@ static HRESULT WINAPI dwritetextlayout_Draw(IDWriteTextLayout2 *iface,
             s->run->origin_x,
             SNAP_COORD(s->run->origin_y),
             &s->s,
-            NULL);
+            s->run->effect);
     }
 #undef SNAP_COORD
 
-- 
2.6.4




More information about the wine-patches mailing list