From 61a4f8a0fcc4be030a2cda7636bb1c55105228ef Mon Sep 17 00:00:00 2001 From: Carsten Haitzler 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. SVN revision: 51270 --- legacy/evas/src/lib/Evas.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/legacy/evas/src/lib/Evas.h b/legacy/evas/src/lib/Evas.h index d45d3f6a42..049fb36993 100644 --- a/legacy/evas/src/lib/Evas.h +++ b/legacy/evas/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);