Aric Stewart : usp10: Correct default fCanGlyphAlone value.

Alexandre Julliard julliard at winehq.org
Wed May 18 11:15:33 CDT 2011


Module: wine
Branch: master
Commit: 3c26fa9136d94bdc51ccaa4986714a0dfd924c82
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3c26fa9136d94bdc51ccaa4986714a0dfd924c82

Author: Aric Stewart <aric at 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;
     }




More information about the wine-cvs mailing list