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
This commit is contained in:
Mike Blumenkrantz 2017-04-14 11:48:49 -04:00
parent 4eb60da0b3
commit c37ce1cccd
1 changed files with 1 additions and 0 deletions

View File

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