From ddfc6f0632e3099632f98504e9ffcd341250ed1e Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Mon, 15 May 2017 11:07:48 +0200 Subject: [PATCH] evas: Improve linespacing consistency Reviewers: cedric Subscribers: jpeg Differential Revision: https://phab.enlightenment.org/D4879 --- src/lib/evas/Evas_Common.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/lib/evas/Evas_Common.h b/src/lib/evas/Evas_Common.h index fa926baf0b..a62d1d7c60 100644 --- a/src/lib/evas/Evas_Common.h +++ b/src/lib/evas/Evas_Common.h @@ -63,12 +63,14 @@ EAPI extern Evas_Version * evas_version; * @since 1.1 */ #define EVAS_CALLBACK_PRIORITY_BEFORE -100 + /** * @def EVAS_CALLBACK_PRIORITY_DEFAULT * Default callback priority level * @since 1.1 */ #define EVAS_CALLBACK_PRIORITY_DEFAULT 0 + /** * @def EVAS_CALLBACK_PRIORITY_AFTER * Slightly less prioritized than default. @@ -2119,7 +2121,6 @@ struct _Evas_Textgrid_Cell * @{ */ - /** * @def EVAS_SMART_CLASS_VERSION * @@ -2130,6 +2131,7 @@ struct _Evas_Textgrid_Cell * @ingroup Evas_Smart_Group */ #define EVAS_SMART_CLASS_VERSION 4 + /** * @struct _Evas_Smart_Class * @@ -3511,6 +3513,7 @@ EAPI void evas_language_reinit(void); * @addtogroup Evas_Keys * @{ */ + /** * Checks the state of a given modifier of the default seat, at the time of the * call. If the modifier is set, such as shift being pressed, this @@ -3531,6 +3534,7 @@ EAPI void evas_language_reinit(void); * @see evas_seat_key_modifier_is_set */ EAPI Eina_Bool evas_key_modifier_is_set(const Evas_Modifier *m, const char *keyname) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1, 2); + /** * Checks the state of a given modifier key of a given seat, at the time of the * call. If the modifier is set, such as shift being pressed, this @@ -3555,6 +3559,7 @@ EAPI Eina_Bool evas_key_modifier_is_set(const Evas_Modifier *m, const * @since 1.19 */ EAPI Eina_Bool evas_seat_key_modifier_is_set(const Evas_Modifier *m, const char *keyname, const Evas_Device *seat) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1, 2); + /** * Checks the state of a given lock key of the default seat, at the time of the call. If * the lock is set, such as caps lock, this function returns @c