From 816606a170986aa196f5c11d0e977552456c57ac Mon Sep 17 00:00:00 2001 From: raster Date: Wed, 18 Aug 2010 01:32:54 +0000 Subject: [PATCH] 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. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@51270 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Evas.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/Evas.h b/src/lib/Evas.h index d45d3f6..049fb36 100644 --- a/src/lib/Evas.h +++ b/src/lib/Evas.h @@ -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); -- 2.7.4