From: Carsten Haitzler Date: Mon, 1 Feb 2010 14:16:27 +0000 (+0000) Subject: and dont set sync for your own windows! deadlock in compositing otherwise X-Git-Tag: submit/efl/20131021.015651~8336 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1646ce1042a4b676534d95df70c8eb860927f84d;p=platform%2Fupstream%2Fenlightenment.git and dont set sync for your own windows! deadlock in compositing otherwise SVN revision: 45774 --- diff --git a/src/bin/e_main.c b/src/bin/e_main.c index e9a14fa108..5efd281b23 100644 --- 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"