This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efl.
View the commit online.
commit de8540c103e5e3f47260b10c91376af016fa3360
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Sun Jun 29 12:42:43 2025 +0100
ecore-x header - move sinces next to funcs
---
src/lib/ecore_x/Ecore_X.h | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/lib/ecore_x/Ecore_X.h b/src/lib/ecore_x/Ecore_X.h
index 3a92bdca79..432e418663 100644
--- a/src/lib/ecore_x/Ecore_X.h
+++ b/src/lib/ecore_x/Ecore_X.h
@@ -2066,10 +2066,8 @@ EAPI void ecore_x_window_button_ungrab(Ecore_X_Window win, int butto
EAPI void ecore_x_window_key_grab(Ecore_X_Window win, const char *key, int mod, int any_mod);
EAPI void ecore_x_window_key_ungrab(Ecore_X_Window win, const char *key, int mod, int any_mod);
-/**< @since 1.29 */
-EAPI Eina_Bool ecore_x_keyboard_repeat_set(Ecore_X_Keyboard_Repeat *repeat);
-/**< @since 1.29 */
-EAPI Eina_Bool ecore_x_keyboard_repeat_get(Ecore_X_Keyboard_Repeat *repeat);
+EAPI Eina_Bool ecore_x_keyboard_repeat_set(Ecore_X_Keyboard_Repeat *repeat); /**< @since 1.29 */
+EAPI Eina_Bool ecore_x_keyboard_repeat_get(Ecore_X_Keyboard_Repeat *repeat); /**< @since 1.29 */
EAPI void ecore_x_focus_reset(void);
EAPI void ecore_x_events_allow_all(void);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.