set e_comp->elm as fullscreen for internal elm hinting

This commit is contained in:
Mike Blumenkrantz 2015-03-18 10:58:34 -04:00
parent d4c0a663cf
commit 8629d8a308
1 changed files with 1 additions and 0 deletions

View File

@ -1064,6 +1064,7 @@ e_comp_init(void)
if (!e_comp) return EINA_FALSE;
out:
e_comp->elm = elm_win_fake_add(e_comp->ee);
elm_win_fullscreen_set(e_comp->elm, 1);
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);