ecore_wayland: To use vsync as custom source of animator 78/123078/2
authorjiin.moon <jiin.moon@samsung.com>
Fri, 13 Jan 2017 04:05:54 +0000 (13:05 +0900)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Wed, 5 Apr 2017 08:22:44 +0000 (01:22 -0700)
commit3932c9950e8177ec867389619ddf02a1f6ea1b6c
treeaa5598396a0e19d27e70af4da1ec5740abd85736
parent25623bebf1bae4ea4b8be35573fadaae105fd188
ecore_wayland: To use vsync as custom source of animator

If user does not call "ecore_animator_source_set(ECORE_ANIMATOR_SOURCE_CUSTOM)",
animator would be working by timer.
it means this patch does not effect without setting by user.

I will check more regarding resource leak

Change-Id: I679dc43c6657d80ac5bdc424945c44fd0c050e6a
configure.ac
packaging/efl.spec
src/Makefile_Ecore_Wayland.am
src/lib/ecore/Ecore_Common.h
src/lib/ecore/ecore_anim.c
src/lib/ecore_wayland/ecore_wl.c
src/lib/ecore_wayland/ecore_wl_anim_vsync.c [new file with mode: 0644]
src/lib/ecore_wayland/ecore_wl_private.h