From 0a1dffc39b55bafb6308773a508a1209bf8d69dc Mon Sep 17 00:00:00 2001 From: Jiyoun Park Date: Tue, 20 Mar 2018 08:50:15 +0900 Subject: [PATCH] ecore_wl2: add function declaration in Ecore_Wl2.h Change-Id: If7f9846ec9aa15ff80066a144bc3bd900d86aed5 --- src/lib/ecore_wl2/Ecore_Wl2.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lib/ecore_wl2/Ecore_Wl2.h b/src/lib/ecore_wl2/Ecore_Wl2.h index 3065c1b..28bdee3 100644 --- a/src/lib/ecore_wl2/Ecore_Wl2.h +++ b/src/lib/ecore_wl2/Ecore_Wl2.h @@ -1642,6 +1642,10 @@ EAPI Eina_Stringshare *ecore_wl2_input_name_get(Ecore_Wl2_Input *input); */ EAPI Eina_Bool ecore_wl2_input_keyboard_repeat_get(const Ecore_Wl2_Input *input, double *rate, double *delay); +//TIZEN_ONLY(20180319): add keyboard repeat info set/get API. +EAPI Eina_Bool ecore_wl2_input_keyboard_repeat_set(Ecore_Wl2_Input *input, double rate, double delay); +// + /** * Get the Evas_Device for the seat belonging to a window from an input * @param input The input -- 2.7.4