missing declaration of evas_common_font_query_last_up_to_pos()
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 18 May 2009 17:33:54 +0000 (17:33 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 18 May 2009 17:33:54 +0000 (17:33 +0000)
patch by Lars Munch (previous one too)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@40729 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/engines/common/evas_font.h

index 4629654..c27a348 100644 (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 */