comp sync back on by default. need to solve this another way.

SVN revision: 73114
This commit is contained in:
Carsten Haitzler 2012-07-01 22:44:55 +00:00
parent c3d63e1aad
commit 65d1ef4715
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 = 0;
Eina_Bool _ecore_evas_app_comp_sync = 1;
int _ecore_evas_log_dom = -1;
static int _ecore_evas_init_count = 0;
static Ecore_Fd_Handler *_ecore_evas_async_events_fd = NULL;