enable compositor sync
authorShinwoo Kim <cinoo.kim@samsung.com>
Wed, 22 Aug 2012 02:14:40 +0000 (11:14 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Wed, 22 Aug 2012 02:14:40 +0000 (11:14 +0900)
src/lib/ecore_evas/ecore_evas.c

index b100d4c..7789da7 100644 (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;