set stack object name for client-backed stacking objects

This commit is contained in:
Mike Blumenkrantz 2014-05-29 12:19:10 -04:00
parent 96943573fb
commit 7440513af0
1 changed files with 1 additions and 0 deletions

View File

@ -5018,6 +5018,7 @@ _e_comp_x_setup(E_Comp *c, Ecore_X_Window root, int w, int h)
if (i >= e_comp_canvas_layer_map(E_LAYER_CLIENT_ABOVE))
ecore_x_window_raise(c->layers[i].win);
ec = _e_comp_x_client_new(c, c->layers[i].win, 0);
evas_object_name_set(ec->frame, "layer_obj");
ec->lock_client_stacking = 1;
ec->internal = 1;
ec->visible = 1;