e: we can't create a window to warm about the compositor, before we start the compositor anymore.

This is a work around. That window should be delayed and displayed later, I guess.


SVN revision: 83755
This commit is contained in:
Cedric BAIL 2013-02-08 01:27:39 +00:00
parent 2697c3a596
commit 7a67306f99
1 changed files with 2 additions and 0 deletions

View File

@ -3704,6 +3704,7 @@ _e_comp_add(E_Manager *man)
}
if (!c->ee)
{
#if 0
if (conf->engine == E_COMP_ENGINE_GL)
{
e_util_dialog_internal
@ -3711,6 +3712,7 @@ _e_comp_add(E_Manager *man)
"no OpenGL engines were compiled or installed for<br>"
"Evas or Ecore-Evas. Falling back to software engine."));
}
#endif
c->ee = ecore_evas_software_x11_new(NULL, c->win, 0, 0, man->w, man->h);
}