elm test_gengrid.c: Export _elm_min_set to use this function in other tests.

SVN revision: 79761
This commit is contained in:
Daniel Juyung Seo 2012-11-28 01:09:21 +00:00
parent 5251324134
commit c665d8124f
1 changed files with 1 additions and 1 deletions

View File

@ -941,7 +941,7 @@ _item_styles_list_create(Evas_Object *parent)
* We should not set min size hint to elementary widgets because elementary has
* its own size policy/logic. This is an official trick from raster
*/
static Evas_Object *
Evas_Object *
_elm_min_set(Evas_Object *obj, Evas_Object *parent, Evas_Coord w, Evas_Coord h)
{
Evas_Object *table, *rect;