evas: Add & fix legacy APIs for text filters
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 29 Jun 2016 01:58:57 +0000 (10:58 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 29 Jun 2016 02:02:41 +0000 (11:02 +0900)
commit136a6b44643c16473b88e1bf1a4820f0915d6a0d
tree6a47774a1e5ecfe2bdd90961a1159ee0403a01b2
parent0706ae31b14408a941af60d8fd4f268d1961da65
evas: Add & fix legacy APIs for text filters

Those are marked as EINA_DEPRECATED since they are for legacy only,
and EDC is the preferred method.
Note: these are new in EFL 1.18.

I would rather have not added them as legacy APIs. This patch is
here to align to Tizen which added them by mistake. Also, remove
the "name" argument from filter_program_set as it's not required,
and also not there in Tizen's code base.

Sorry for the mess.
src/lib/evas/Evas_Legacy.h
src/lib/evas/canvas/evas_filter_mixin.c
src/lib/evas/canvas/evas_object_text.c