Removed warning regarding fribidi_log2vis().
This commit is contained in:
parent
f3d177621b
commit
e9a0d7aaf5
1 changed files with 1 additions and 1 deletions
|
|
@ -20196,7 +20196,7 @@ static void do_render_cur_text(int do_blit)
|
|||
for (i = 0; i < texttool_len; i++)
|
||||
unicodeIn[i] = (FriBidiChar) texttool_str[i];
|
||||
|
||||
fribidi_log2vis(unicodeIn, texttool_len, &baseDir, unicodeOut, 0, 0, 0);
|
||||
int maxlevel = fribidi_log2vis(unicodeIn, texttool_len, &baseDir, unicodeOut, 0, 0, 0);
|
||||
|
||||
/* FIXME: If we determine that some new text was RtoL, we should
|
||||
reposition the text */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue