diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c index 876df9d3c..feecfd339 100644 --- a/src/bin/e_comp.c +++ b/src/bin/e_comp.c @@ -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);