diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-08-01 18:15:34 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-08-04 11:52:16 +0900 |
commit | 6df17b2ed00bb8cfc3ec414d452253d39d22b075 (patch) | |
tree | 870ca84d1b8827d914e492787225e5264555c4da /src/lib/edje/edje_smart.c | |
parent | 796d4b138ba3c1b0064b2260b6626a682dc9a30f (diff) |
edje: Split off calc APIs to an interface (EO)
Those APIs can then be used by Elm.Layout, hopefully
simplifying the API.
I wonder if the APIs should be prefixed "calc_" (as is)
or "layout_calc_". The extra "layout_" prefix would make
it common with other layout APIs (eg. signals, data,
size min/max, ...).
Ref T5315
Diffstat (limited to 'src/lib/edje/edje_smart.c')
-rw-r--r-- | src/lib/edje/edje_smart.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/edje/edje_smart.c b/src/lib/edje/edje_smart.c index 070efff..4a6a76b 100644 --- a/src/lib/edje/edje_smart.c +++ b/src/lib/edje/edje_smart.c | |||
@@ -561,3 +561,4 @@ _edje_object_efl_observer_update(Eo *obj EINA_UNUSED, Edje *ed, Efl_Object *obs, | |||
561 | EFL_OBJECT_OP_FUNC(efl_dbg_info_get, _edje_object_efl_object_dbg_info_get) | 561 | EFL_OBJECT_OP_FUNC(efl_dbg_info_get, _edje_object_efl_object_dbg_info_get) |
562 | 562 | ||
563 | #include "edje_object.eo.c" | 563 | #include "edje_object.eo.c" |
564 | #include "efl_canvas_layout_calc.eo.c" | ||