discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=c37ce1cccd58be5072062cbdc2fd299a529e5869
commit c37ce1cccd58be5072062cbdc2fd299a529e5869 Author: Mike Blumenkrantz <zm...@osg.samsung.com> Date: Fri Apr 14 11:48:49 2017 -0400 explicitly set nested wl output canvas as a toplevel window this is not an elm win so it needs to be set by the module --- src/modules/wl_wl/e_mod_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/wl_wl/e_mod_main.c b/src/modules/wl_wl/e_mod_main.c index 2172a96..8500326 100644 --- a/src/modules/wl_wl/e_mod_main.c +++ b/src/modules/wl_wl/e_mod_main.c @@ -51,6 +51,7 @@ e_modapi_init(E_Module *m) return NULL; } } + ecore_wl2_window_type_set(ecore_evas_wayland2_window_get(e_comp->ee), ECORE_WL2_WINDOW_TYPE_TOPLEVEL); ecore_evas_data_set(e_comp->ee, "comp", e_comp); ecore_evas_title_set(e_comp->ee, "Enlightenment: WL-WL"); --