due to the combined efforts of an elite developer task force (EDTF) led by devilhorns over a period of weeks, a comp bug caused by fullscreen windows not properly reenabling compositing for override windows is now slightly less crippling, though still very crippling in some cases

ticket #1558


SVN revision: 79274
This commit is contained in:
Mike Blumenkrantz 2012-11-14 09:40:30 +00:00
parent fbca1c1c83
commit 6d22c11a5d
1 changed files with 1 additions and 1 deletions

View File

@ -1012,7 +1012,7 @@ _e_mod_comp_win_release(E_Comp_Win *cw)
cw->pw = 0;
cw->ph = 0;
ecore_x_e_comp_pixmap_set(cw->win, cw->pixmap);
cw->show_ready = 0; // hmm maybe not needed?
//cw->show_ready = 0; // hmm maybe not needed?
}
if (cw->redirected)
{