tasn pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=61c4a72ae2f81f3c0275203c170cd7f56a0d3ff1
commit 61c4a72ae2f81f3c0275203c170cd7f56a0d3ff1 Author: Tom Hacohen <[email protected]> Date: Mon Jan 12 10:18:11 2015 +0000 E comp: Adjust according to elm function rename. --- src/bin/e_comp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c index e8bdc18..7c25c87 100644 --- a/src/bin/e_comp.c +++ b/src/bin/e_comp.c @@ -1061,7 +1061,7 @@ e_comp_init(void) #endif if (!e_comp) return EINA_FALSE; out: - e_comp->elm = elm_win_fake(e_comp->ee); + e_comp->elm = elm_win_fake_add(e_comp->ee); evas_object_show(e_comp->elm); e_util_env_set("HYBRIS_EGLPLATFORM", NULL); E_LIST_HANDLER_APPEND(handlers, E_EVENT_SCREENSAVER_ON, _e_comp_screensaver_on, NULL); --
