force X stacking for re-managed clients on startup

this ensures that X stacking is the same as canvas stacking
This commit is contained in:
Mike Blumenkrantz 2014-01-23 13:26:00 -05:00
parent 6a80d19cd7
commit 00c4873d06
1 changed files with 1 additions and 0 deletions

View File

@ -4680,6 +4680,7 @@ _e_comp_x_manage_windows(E_Comp *c)
}
ec->ignore_first_unmap = 1;
evas_object_show(ec->frame);
_e_comp_x_client_stack(ec);
}
}
free(windows);