discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1a7279f72eb0335c74d1fdeb62f67b88582d034c
commit 1a7279f72eb0335c74d1fdeb62f67b88582d034c Author: Mike Blumenkrantz <zm...@osg.samsung.com> Date: Fri May 12 12:08:32 2017 -0400 ecore-wl2: add const to internal function param --- src/lib/ecore_wl2/ecore_wl2_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_wl2/ecore_wl2_input.c b/src/lib/ecore_wl2/ecore_wl2_input.c index 77f5c3d..f7fea12 100644 --- a/src/lib/ecore_wl2/ecore_wl2_input.c +++ b/src/lib/ecore_wl2/ecore_wl2_input.c @@ -57,7 +57,7 @@ _ecore_wl2_input_mouse_down_info_get(int device) } static Ecore_Wl2_Input_Devices * -_ecore_wl2_devices_get(Ecore_Wl2_Input *input, int window_id) +_ecore_wl2_devices_get(const Ecore_Wl2_Input *input, int window_id) { Ecore_Wl2_Input_Devices *devices; Eina_List *l; --