edje: Merge calc_size_min_restricted & calc_size_min
authorJean-Philippe Andre <jp.andre@samsung.com>
Mon, 18 Sep 2017 08:31:54 +0000 (17:31 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 18 Sep 2017 08:37:23 +0000 (17:37 +0900)
commitf53fe993a6a285ddb49aa69d6c6856169f37ec63
tree2646b7cc283dbc93174075fd26f12faa206182ba
parent641a58f735e93fb9e70dc85c006b3da09645bae7
edje: Merge calc_size_min_restricted & calc_size_min

calc_size_min was just a helper passing 0,0 to the restricted form.
Let's not duplicate APIs in EO and use an optional argument instead.
Bindings should be nicer and C could use a macro if it's too cumbersome
to pass in 0,0.
src/lib/edje/edje_legacy.c
src/lib/edje/edje_object.eo
src/lib/edje/edje_util.c
src/lib/edje/efl_canvas_layout_calc.eo
src/lib/elementary/efl_ui_image.c