e17/comp: acquire cm selection for composited screens

SVN revision: 57795
This commit is contained in:
Hannes Janetzek 2011-03-16 12:12:23 +00:00
parent 4f65b168d9
commit e4413ad2a7
1 changed files with 3 additions and 0 deletions

View File

@ -2860,6 +2860,9 @@ _e_mod_comp_add(E_Manager *man)
return NULL;
}
/* FIXME check if already composited? */
ecore_x_screen_is_composited_set(man->num, c->win);
if (c->man->num == 0) e_alert_composite_win = c->win;
if (_comp_mod->conf->engine == E_EVAS_ENGINE_GL_X11)