lets turn off comp sync by default for now. much smoother in fact... :/

SVN revision: 72749
This commit is contained in:
Carsten Haitzler 2012-06-24 03:11:10 +00:00
parent a192ea73da
commit 8723350a4f
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#include "ecore_evas_private.h"
#include "Ecore_Evas.h"
Eina_Bool _ecore_evas_app_comp_sync = 1;
Eina_Bool _ecore_evas_app_comp_sync = 0;
int _ecore_evas_log_dom = -1;
static int _ecore_evas_init_count = 0;
static Ecore_Fd_Handler *_ecore_evas_async_events_fd = NULL;