projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c61bd3
)
(analyse_bidi_level): Adjust a type (FriBidiParType).
REL-1-6-3-RC
author
handa
<handa>
Mon, 12 Sep 2011 05:42:37 +0000
(
05:42
+0000)
committer
handa
<handa>
Mon, 12 Sep 2011 05:42:37 +0000
(
05:42
+0000)
src/draw.c
patch
|
blob
|
history
diff --git
a/src/draw.c
b/src/draw.c
index
1fef78a
..
bc302b1
100644
(file)
--- a/
src/draw.c
+++ b/
src/draw.c
@@
-109,7
+109,7
@@
analyse_bidi_level (MGlyphString *gstring)
MGlyph *g;
int i;
#ifdef HAVE_FRIBIDI
- FriBidiCharType base = bidi_sensitive ? FRIBIDI_TYPE_RTL : FRIBIDI_TYPE_LTR;
+ FriBidiParType base = bidi_sensitive ? FRIBIDI_TYPE_RTL : FRIBIDI_TYPE_LTR;
FriBidiChar *logical = alloca (sizeof (FriBidiChar) * len);
FriBidiLevel *levels;
FriBidiStrIndex *indices;