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:
0534d66
)
and dont set sync for your own windows! deadlock in compositing otherwise
author
Carsten Haitzler
<raster@rasterman.com>
Mon, 1 Feb 2010 14:16:27 +0000
(14:16 +0000)
committer
Carsten Haitzler
<raster@rasterman.com>
Mon, 1 Feb 2010 14:16:27 +0000
(14:16 +0000)
SVN revision: 45774
src/bin/e_main.c
patch
|
blob
|
history
diff --git
a/src/bin/e_main.c
b/src/bin/e_main.c
index e9a14fa108e01536c2de452a1d7fd8a235485935..5efd281b232e0840405a55212b348fcda59df7ba 100644
(file)
--- a/
src/bin/e_main.c
+++ b/
src/bin/e_main.c
@@
-508,6
+508,7
@@
main(int argc, char **argv)
"Perhaps you are out of memory?"));
_e_main_shutdown(-1);
}
+ ecore_evas_app_comp_sync_set(0); /* e doesnt sync to compositor - it should be one */
if (!ecore_evas_engine_type_supported_get(ECORE_EVAS_ENGINE_SOFTWARE_XLIB))
{
e_error_message_show(_("Enlightenment found ecore_evas doesn't support the Software X11\n"