Set title of "Xephyr-like" window.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-05-01 12:04:17 +01:00
parent 4f2f04d154
commit 8da383be03
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ e_modapi_init(E_Module *m)
ecore_x_icccm_size_pos_hints_set(_e_comp->win, EINA_FALSE,
ECORE_X_GRAVITY_NW, w, h, w, h,
0, 0, 1, 1, 0.0, 0.0);
ecore_x_icccm_title_set(_e_comp->win, "E Wayland X11 Compositor");
ecore_x_icccm_name_class_set(_e_comp->win, "E Wayland X11 Compositor",
"e_wayland/X11 Compositor");
ecore_x_window_show(_e_comp->win);