warning--

SVN revision: 52441
This commit is contained in:
Carsten Haitzler 2010-09-19 01:46:13 +00:00
parent 16c3803a71
commit 9cb35948bc
2 changed files with 7 additions and 0 deletions

View File

@ -495,6 +495,8 @@ evas_common_font_draw_internal(RGBA_Image *dst, RGBA_Draw_Context *dc, RGBA_Font
{
text = in_text;
}
#else
intl_props = NULL;
#endif

View File

@ -305,6 +305,9 @@ evas_common_font_query_advance(RGBA_Font *fn, const Eina_Unicode *text, const Ev
}
if (v_adv) *v_adv = evas_common_font_get_line_advance(fn);
if (h_adv) *h_adv = pen_x - start_x;
#ifndef BIDI_SUPPORT
intl_props = NULL;
#endif
}
/* x y w h for char at char pos for null it returns the position right after
@ -623,6 +626,8 @@ end:
#ifdef BIDI_SUPPORT
if (visual_to_logical) free(visual_to_logical);
if (visual_text) free(visual_text);
#else
intl_props = NULL;
#endif
return ret_val;