Revert "clamp client to ABOVE layer when ending nocomp"

This reverts commit 8c6bbe0d44.

This Breaks Everything™.
This commit is contained in:
Mike Blumenkrantz 2015-11-10 13:32:02 -05:00
parent 8c6bbe0d44
commit 33b1f3842c
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ _e_comp_nocomp_end(void)
_e_comp_cb_nocomp_end();
if (e_comp->nocomp_ec)
{
E_Layer layer = MAX(e_comp->nocomp_ec->saved.layer, E_LAYER_CLIENT_ABOVE);
E_Layer layer = MAX(e_comp->nocomp_ec->saved.layer, E_LAYER_CLIENT_NORMAL);
Eina_Bool fs;
fs = e_comp->nocomp_ec->fullscreen;