devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=c6a5f9448c8fa6bb737cb876d76b6d6c10ec08ef
commit c6a5f9448c8fa6bb737cb876d76b6d6c10ec08ef Author: Chris Michael <[email protected]> Date: Mon Jan 26 14:48:47 2015 -0500 add function prototype for getting idle time Signed-off-by: Chris Michael <[email protected]> --- src/bin/e_comp_wl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h index f645ee1..62aaeca 100644 --- a/src/bin/e_comp_wl.h +++ b/src/bin/e_comp_wl.h @@ -276,6 +276,7 @@ EINTERN Eina_Bool e_comp_wl_subsurface_commit(E_Client *ec); EINTERN void e_comp_wl_buffer_reference(E_Comp_Wl_Buffer_Ref *ref, E_Comp_Wl_Buffer *buffer); EAPI struct wl_signal e_comp_wl_surface_create_signal_get(E_Comp *comp); +EAPI double e_comp_wl_idle_time_get(void); # endif #endif --
