Add function prototype for min_size_get.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 84149
This commit is contained in:
Christopher Michael 2013-02-19 10:56:43 +00:00 committed by Christopher Michael
parent c476e30c5e
commit efbdf8c9d0
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
Evas_Object *e_smart_randr_add(Evas *evas);
void e_smart_randr_virtual_size_calc(Evas_Object *obj);
void e_smart_randr_monitors_create(Evas_Object *obj);
void e_smart_randr_min_size_get(Evas_Object *obj, Evas_Coord *mw, Evas_Coord *mh);
# endif
#endif