e: we can't create a window to warm about the compositor, before we start the composi...
authorCedric BAIL <cedric.bail@free.fr>
Fri, 8 Feb 2013 01:27:39 +0000 (01:27 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Fri, 8 Feb 2013 01:27:39 +0000 (01:27 +0000)
This is a work around. That window should be delayed and displayed later, I guess.

SVN revision: 83755

src/bin/e_comp.c

index 1edcf38..6c2a748 100644 (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);
      }