From: raster Date: Fri, 17 Oct 2008 06:42:33 +0000 (+0000) Subject: add prototype. X-Git-Tag: 2.0_alpha~163^2~1024 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=165d6fa5e6868bfa4087cf7c7f89a6a77d0747e2;p=framework%2Fuifw%2Fedje.git add prototype. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@36743 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/edje_private.h b/src/lib/edje_private.h index 2e67fc9..c401c06 100644 --- a/src/lib/edje_private.h +++ b/src/lib/edje_private.h @@ -1245,5 +1245,6 @@ void _edje_entry_text_markup_insert(Edje_Real_Part *rp, const char *text); void _edje_entry_set_cursor_start(Edje_Real_Part *rp); void _edje_entry_set_cursor_end(Edje_Real_Part *rp); const Evas_List *_edje_entry_anchors_list(Edje_Real_Part *rp); +void _edje_entry_cursor_geometry_get(Edje_Real_Part *rp, Evas_Coord *cx, Evas_Coord *cy, Evas_Coord *cw, Evas_Coord *ch); #endif