E comp: Adjust according to elm function rename.

This commit is contained in:
Tom Hacohen 2015-01-12 10:18:11 +00:00
parent 76605f0a26
commit 61c4a72ae2
1 changed files with 1 additions and 1 deletions

View File

@ -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);