Revert "ecore_evas: Changes the animator source to custom" 94/127494/1 accepted/tizen/unified/20170428.032629 submit/tizen/20170427.080035
authorjiin.moon <jiin.moon@samsung.com>
Thu, 27 Apr 2017 12:01:26 +0000 (21:01 +0900)
committerjiin.moon <jiin.moon@samsung.com>
Thu, 27 Apr 2017 12:02:05 +0000 (21:02 +0900)
This reverts commit 30cd575bbc7571e258888d00b72a2682b543a261.

Change-Id: Id425bbd57f8f22b652cb0f5a51badd724d72c9d1

src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_egl.c
src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_shm.c

index 0653054..8ebe494 100644 (file)
@@ -315,7 +315,7 @@ ecore_evas_wayland_egl_options_new_internal(const char *disp_name, unsigned int
         goto err;
      }
 
-   ecore_wl_animator_source_set(ECORE_ANIMATOR_SOURCE_CUSTOM);
+   /* ecore_wl_animator_source_set(ECORE_ANIMATOR_SOURCE_CUSTOM); */
 
    ecore_evas_callback_pre_free_set(ee, _ecore_evas_wl_common_pre_free);
 
index 386d213..6baafce 100644 (file)
@@ -283,7 +283,7 @@ ecore_evas_wayland_shm_new_internal(const char *disp_name, unsigned int parent,
         goto err;
      }
 
-   ecore_wl_animator_source_set(ECORE_ANIMATOR_SOURCE_CUSTOM);
+   /* ecore_wl_animator_source_set(ECORE_ANIMATOR_SOURCE_CUSTOM); */
 
    ecore_evas_callback_pre_free_set(ee, _ecore_evas_wl_common_pre_free);