remove testing shape stuff

SVN revision: 45486
This commit is contained in:
Carsten Haitzler 2010-01-23 13:51:39 +00:00
parent 7559d1f642
commit 5837af54c0
1 changed files with 2 additions and 3 deletions

View File

@ -433,9 +433,8 @@ _e_mod_comp_win_add(E_Comp *c, Ecore_X_Window win)
}
if (rects)
{
//// testing
// cw->shaped = 1;
// cw->shape_changed = 1;
cw->shaped = 1;
cw->shape_changed = 1;
free(rects);
}
}