Removed warning regarding fribidi_log2vis().

This commit is contained in:
dolphin6k 2022-11-18 14:16:23 +09:00
parent f3d177621b
commit e9a0d7aaf5

View file

@ -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 */