Module: wine Branch: master Commit: 3c26fa9136d94bdc51ccaa4986714a0dfd924c82 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3c26fa9136d94bdc51ccaa4986...
Author: Aric Stewart aric@codeweavers.com Date: Tue May 17 15:05:49 2011 -0500
usp10: Correct default fCanGlyphAlone value.
---
dlls/usp10/usp10.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/usp10/usp10.c b/dlls/usp10/usp10.c index da4fbb1..97f73a75 100644 --- a/dlls/usp10/usp10.c +++ b/dlls/usp10/usp10.c @@ -1554,7 +1554,7 @@ HRESULT WINAPI ScriptShapeOpenType( HDC hdc, SCRIPT_CACHE *psc, pOutGlyphProps[i].sva.fShapeReserved = 0;
/* FIXME: have the shaping engine set this */ - pCharProps[i].fCanGlyphAlone = 1; + pCharProps[i].fCanGlyphAlone = 0;
pwLogClust[i] = idx; }