Module: wine Branch: master Commit: 4bd7954bc6af9092ed710bc916a58bf56da1768e URL: http://source.winehq.org/git/wine.git/?a=commit;h=4bd7954bc6af9092ed710bc916...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Wed Apr 17 09:07:44 2013 +0400
include: Fix interface definition.
---
include/dwrite_1.idl | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/include/dwrite_1.idl b/include/dwrite_1.idl index 138b869..7500546 100644 --- a/include/dwrite_1.idl +++ b/include/dwrite_1.idl @@ -675,7 +675,7 @@ interface IDWriteTextAnalyzer1 : IDWriteTextAnalyzer UINT16 const *clustermap, FLOAT const *advances, DWRITE_GLYPH_OFFSET const *offsets, - /*DWRITE_SHAPING_GLYPH_PROPERTIES const *properties, */ + DWRITE_SHAPING_GLYPH_PROPERTIES const *props, FLOAT *modified_advances, DWRITE_GLYPH_OFFSET *modified_offsets); HRESULT GetBaseline(IDWriteFontFace *face, @@ -698,10 +698,7 @@ interface IDWriteTextAnalyzer1 : IDWriteTextAnalyzer BOOL is_sideways, DWRITE_MATRIX *transform);
-/* - * HRESULT GetScriptProperties(DWRITE_SCRIPT_ANALYSIS sa, - * DWRITE_SCRIPT_PROPERTIES *properties); - */ + HRESULT GetScriptProperties(DWRITE_SCRIPT_ANALYSIS sa, DWRITE_SCRIPT_PROPERTIES *props);
HRESULT GetTextComplexity(const WCHAR *text, UINT32 len,