devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=f3e5800d5811436f4e8a016e12e3a899158ee676

commit f3e5800d5811436f4e8a016e12e3a899158ee676
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Thu Oct 1 09:59:44 2015 -0400

    ecore-wl2: Add API function to issue an ungrab on an input
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/lib/ecore_wl2/ecore_wl2_input.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/lib/ecore_wl2/ecore_wl2_input.c 
b/src/lib/ecore_wl2/ecore_wl2_input.c
index 1acbf3c..c0239b1 100644
--- a/src/lib/ecore_wl2/ecore_wl2_input.c
+++ b/src/lib/ecore_wl2/ecore_wl2_input.c
@@ -1330,3 +1330,11 @@ _ecore_wl2_input_cursor_update_stop(Ecore_Wl2_Input 
*input)
    ecore_timer_del(input->cursor.timer);
    input->cursor.timer = NULL;
 }
+
+EAPI void
+ecore_wl2_input_ungrab(Ecore_Wl2_Input *input)
+{
+   EINA_SAFETY_ON_NULL_RETURN(input);
+
+   _ecore_wl2_input_ungrab(input);
+}

-- 


Reply via email to