xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d7d33b9fe4f86b29df00c5a0c7101999411f14e9
commit d7d33b9fe4f86b29df00c5a0c7101999411f14e9 Author: Mike Blumenkrantz <[email protected]> Date: Thu Feb 7 12:41:51 2019 +0100 efl_ui_text: use Efl_Ui_Selection_Format for cnp_mode struct member Summary: fix T7068 Reviewers: bu5hm4n, cedric, segfaultxavi Reviewed By: segfaultxavi Subscribers: #reviewers, #committers Tags: #efl_widgets Maniphest Tasks: T7068 Differential Revision: https://phab.enlightenment.org/D7883 --- src/lib/elementary/efl_ui_text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/efl_ui_text.c b/src/lib/elementary/efl_ui_text.c index c11d8c1f6e..5f96f34eda 100644 --- a/src/lib/elementary/efl_ui_text.c +++ b/src/lib/elementary/efl_ui_text.c @@ -91,7 +91,7 @@ struct _Efl_Ui_Text_Data const char *hover_style; /**< style of a hover object */ } anchor_hover; - Elm_Sel_Format cnp_mode; + Efl_Ui_Selection_Format cnp_mode; Elm_Sel_Format drop_format; struct { --
