projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2697c3a
)
e: we can't create a window to warm about the compositor, before we start the composi...
author
Cedric BAIL
<cedric.bail@free.fr>
Fri, 8 Feb 2013 01:27:39 +0000
(
01:27
+0000)
committer
Cedric 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
patch
|
blob
|
history
diff --git
a/src/bin/e_comp.c
b/src/bin/e_comp.c
index
1edcf38
..
6c2a748
100644
(file)
--- a/
src/bin/e_comp.c
+++ b/
src/bin/e_comp.c
@@
-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);
}