From: handa Date: Thu, 22 Nov 2007 12:05:56 +0000 (+0000) Subject: (compose_glyph_string): Check g->rface->layouter, not X-Git-Tag: REL-1-5-0~35 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=de5123bafca7f34f4895a7a5a9ba5ee6f03204eb;p=m17n%2Fm17n-lib.git (compose_glyph_string): Check g->rface->layouter, not g->rface->rfont->layouter. --- diff --git a/src/draw.c b/src/draw.c index a1942d1..94de623 100644 --- a/src/draw.c +++ b/src/draw.c @@ -1,5 +1,5 @@ /* draw.c -- drawing module. - Copyright (C) 2003, 2004, 2005, 2006 + Copyright (C) 2003, 2004, 2005, 2006, 2007 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO112 @@ -566,7 +566,7 @@ compose_glyph_string (MFrame *frame, MText *mt, int from, int to, && g->g.c >= 0x100 && g->category == GLYPH_CATEGORY_MODIFIER && g->rface->rfont - && g->rface->rfont->layouter == Mnil) + && g->rface->layouter == Mnil) i++, g++; if (start + 1 < i) run_flt (gstring, start, i, this->rface->rfont, Mcombining);