missing declaration of evas_common_font_query_last_up_to_pos()

patch by Lars Munch (previous one too)


SVN revision: 40729
This commit is contained in:
Vincent Torri 2009-05-18 17:33:54 +00:00
parent cad3471bfb
commit 0c233cfcf3
1 changed files with 1 additions and 1 deletions

View File

@ -66,6 +66,6 @@ EAPI int evas_common_font_query_inset (RGBA_Font *fn, con
EAPI void evas_common_font_query_advance (RGBA_Font *fn, const char *text, int *h_adv, int *v_adv);
EAPI int evas_common_font_query_char_coords (RGBA_Font *fn, const char *text, int pos, int *cx, int *cy, int *cw, int *ch);
EAPI int evas_common_font_query_text_at_pos (RGBA_Font *fn, const char *text, int x, int y, int *cx, int *cy, int *cw, int *ch);
EAPI int evas_common_font_query_last_up_to_pos (RGBA_Font *fn, const char *text, int x, int y);
#endif /* _EVAS_FONT_H */