From f609d6dc992c2626856dd70a321d1fd164762573 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sun, 11 Feb 2018 14:53:28 +0900 Subject: [PATCH] elm - fix new em_config func prototypes in header to have real param decl --- src/lib/elementary/elm_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elementary/elm_config.h b/src/lib/elementary/elm_config.h index a9f428f01d..30bceba323 100644 --- a/src/lib/elementary/elm_config.h +++ b/src/lib/elementary/elm_config.h @@ -2209,7 +2209,7 @@ EAPI void elm_config_powersave_set(int set); * @since 1.21 * @see elm_config_drag_anim_duration_set() */ -EAPI double elm_config_drag_anim_duration_get(); +EAPI double elm_config_drag_anim_duration_get(void); /** * Set the animation duration for container objects @@ -2219,7 +2219,7 @@ EAPI double elm_config_drag_anim_duration_get(); * @since 1.21 * @see elm_config_drag_anim_duration_get() */ -EAPI void elm_config_drag_anim_duration_set(); +EAPI void elm_config_drag_anim_duration_set(double set); /* new efl.config interface helpers in C */