disable compositor sync
authorChunEon Park <chuneon.park@samsung.com>
Sun, 9 Sep 2012 07:39:12 +0000 (16:39 +0900)
committerChunEon Park <chuneon.park@samsung.com>
Sun, 9 Sep 2012 07:41:20 +0000 (16:41 +0900)
Change-Id: I2ea6e04446eab45ba5435bc181d976f487a07b0f

packaging/ecore.spec
src/lib/ecore_evas/ecore_evas.c

index 4f3bda0..6f3c83c 100644 (file)
@@ -1,6 +1,6 @@
 Name:       ecore
 Summary:    Enlightened Core X interface library
-Version:    1.6.0+svn.74576slp2+build03
+Version:    1.6.0+svn.74576slp2+build04
 Release:    1
 Group:      System/Libraries
 License:    BSD
index 7789da7..b100d4c 100644 (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;