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:
d6b7a34
)
(mdraw__init): Use TRUE only when
author
handa
<handa>
Mon, 6 Oct 2008 11:41:24 +0000
(11:41 +0000)
committer
handa
<handa>
Mon, 6 Oct 2008 11:41:24 +0000
(11:41 +0000)
FRIBIDI_INTERFACE_VERSION is less than 3.
src/draw.c
patch
|
blob
|
history
diff --git
a/src/draw.c
b/src/draw.c
index
f9667d0
..
1ba6cf6
100644
(file)
--- a/
src/draw.c
+++ b/
src/draw.c
@@
-1750,7
+1750,11
@@
mdraw__init ()
MbidiS = msymbol ("S");
MbidiNSM = msymbol ("NSM");
#ifdef HAVE_FRIBIDI
+#if FRIBIDI_INTERFACE_VERSION < 3
fribidi_set_mirroring (TRUE);
+#else
+ fribidi_set_mirroring (1);
+#endif
#endif
M_break_at_space = msymbol ("bs");