really minor - no api break. adding struct memmebrs that should have

been there. to implement request stuff properly. nothing breaks with
this. simply missing members we needed anyway.



SVN revision: 51270
This commit is contained in:
Carsten Haitzler 2010-08-18 01:32:54 +00:00
parent b3a4279383
commit 61a4f8a0fc
1 changed files with 3 additions and 0 deletions

View File

@ -1968,6 +1968,9 @@ struct _Evas_Smart_Cb_Description
struct _Evas_Object_Box_Option
{
Evas_Object *obj;
Eina_Bool max_reached:1;
Eina_Bool min_reached:1;
Evas_Coord alloc_size;
};
EAPI void evas_object_box_smart_set(Evas_Object_Box_Api *api) EINA_ARG_NONNULL(1);