Add function prototype for min_size_get.
authorChristopher Michael <cp.michael@samsung.com>
Tue, 19 Feb 2013 10:56:43 +0000 (10:56 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Tue, 19 Feb 2013 10:56:43 +0000 (10:56 +0000)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 84149

src/modules/conf_randr/e_smart_randr.h

index 58d63a9..b898244 100644 (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