don't try sibling stacking the comp canvas to a non-sibling window

This commit is contained in:
Mike Blumenkrantz 2013-07-26 10:04:26 +01:00
parent 2746600db2
commit b4990c0cd1
1 changed files with 2 additions and 6 deletions

View File

@ -4096,12 +4096,8 @@ _e_comp_populate(E_Comp *c)
evas_object_show(c->layout);
EINA_LIST_FOREACH(c->man->containers, l, con)
{
e_container_shape_change_callback_add(con, _e_comp_shapes_update, c);
ecore_x_window_configure(c->ee_win,
ECORE_X_WINDOW_CONFIGURE_MASK_SIBLING | ECORE_X_WINDOW_CONFIGURE_MASK_STACK_MODE,
0, 0, 0, 0, 0, con->layers[0].win, ECORE_X_WINDOW_STACK_BELOW);
}
e_container_shape_change_callback_add(con, _e_comp_shapes_update, c);
ecore_evas_lower(c->ee);
wins = ecore_x_window_children_get(c->man->root, &num);
if (!wins) return;
for (i = 0; i < num; i++)