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