and dont set sync for your own windows! deadlock in compositing otherwise

SVN revision: 45774
This commit is contained in:
Carsten Haitzler 2010-02-01 14:16:27 +00:00
parent 0534d66424
commit 1646ce1042
1 changed files with 1 additions and 0 deletions

View File

@ -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"