ecore-evas-wayland: Don't use custom animators for frame callbacks

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>
This commit is contained in:
Chris Michael 2015-10-14 14:56:17 -04:00
parent bd83d4c03a
commit e7211c1517
2 changed files with 2 additions and 2 deletions

View 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);

View 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);