From: Christopher Michael Date: Tue, 19 Feb 2013 10:56:43 +0000 (+0000) Subject: Add function prototype for min_size_get. X-Git-Tag: submit/efl/20131021.015651~1159 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=efbdf8c9d08d6c63fbd86487aef3c95052770090;p=platform%2Fupstream%2Fenlightenment.git Add function prototype for min_size_get. Signed-off-by: Christopher Michael SVN revision: 84149 --- diff --git a/src/modules/conf_randr/e_smart_randr.h b/src/modules/conf_randr/e_smart_randr.h index 58d63a9..b898244 100644 --- a/src/modules/conf_randr/e_smart_randr.h +++ b/src/modules/conf_randr/e_smart_randr.h @@ -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