e wl - fix build break with wl.

This commit is contained in:
Carsten Haitzler 2016-12-16 22:03:17 +09:00
parent e9de31249a
commit 652d7e113e
1 changed files with 1 additions and 1 deletions

View File

@ -729,7 +729,7 @@ _e_comp_wl_evas_cb_restack(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EIN
EINA_LIST_FOREACH(list, l, child)
{
if (child == ec) continue;
evas_object_layer_set(child->frame, layer);
evas_object_layer_set(child->frame, evas_object_layer_get(ec->frame));
}
e_client_stack_list_finish(list);
evas_object_raise(ec->frame);