discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=8629d8a30872bfc59a145dbd7de04193feeebe0c
commit 8629d8a30872bfc59a145dbd7de04193feeebe0c Author: Mike Blumenkrantz <[email protected]> Date: Wed Mar 18 10:58:34 2015 -0400 set e_comp->elm as fullscreen for internal elm hinting --- src/bin/e_comp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c index 876df9d..feecfd3 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); --
