ecore-evas-wayland: Don't use custom animators for frame callbacks
authorChris Michael <cp.michael@samsung.com>
Wed, 14 Oct 2015 18:56:17 +0000 (14:56 -0400)
committerChris Michael <cp.michael@samsung.com>
Wed, 14 Oct 2015 18:56:17 +0000 (14:56 -0400)
Summary: As we now have per-window timer-based animators in
ecore_wayland for frame callbacks, we no longer should be using Custom
animators to handle surface frame callbacks

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_egl.c
src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_shm.c

index 7d95606..367546d 100644 (file)
@@ -250,7 +250,7 @@ ecore_evas_wayland_egl_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);
 
index 19940ca..4d3af44 100644 (file)
@@ -245,7 +245,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);