raise fullscreen borders before entering nocomp

This commit is contained in:
Mike Blumenkrantz 2013-12-01 17:27:40 -05:00
parent bcabf5fdd3
commit 85480938cd
1 changed files with 3 additions and 0 deletions

View File

@ -1158,6 +1158,9 @@ _e_comp_cb_nocomp_begin(E_Comp *c)
cwf = _e_comp_fullscreen_check(c);
if (!cwf) return;
if (cwf->bd)
e_border_raise(cwf->bd);
EINA_INLIST_FOREACH(c->wins, cw)
{
_e_comp_win_release(cw);