set title/name/class on wl-x11 output canvas window

This commit is contained in:
Mike Blumenkrantz 2015-07-02 16:52:11 -04:00
parent 6323d0fb51
commit d4674aefb7
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@ e_modapi_init(E_Module *m)
return NULL;
}
ecore_evas_callback_delete_request_set(e_comp->ee, _cb_delete_request);
ecore_evas_title_set(e_comp->ee, "Enlightenment: WL-X11");
ecore_evas_name_class_set(e_comp->ee, "E", "compositor");
ecore_evas_screen_geometry_get(e_comp->ee, NULL, NULL, &w, &h);