ecore_evas: Changes the animator source to custom 51/126651/2
authorjiin.moon <jiin.moon@samsung.com>
Mon, 24 Apr 2017 11:55:30 +0000 (20:55 +0900)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Wed, 26 Apr 2017 04:16:43 +0000 (04:16 +0000)
Default source is custom(vsync) same as tizen 2.4

Change-Id: If52ae08e23353ba83533a9160e68b0a442347463

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

index e924101..4df63c1 100644 (file)
@@ -312,7 +312,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 c30d79d..9e37c08 100644 (file)
@@ -280,7 +280,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);