diff options
author | WooHyun Jung <wh0705.jung@samsung.com> | 2019-07-29 11:42:34 +0200 |
---|---|---|
committer | Xavi Artigas <xavierartigas@yahoo.es> | 2019-07-29 11:43:01 +0200 |
commit | 77e268e6aba2d07b9d4b06c83515041775210c27 (patch) | |
tree | f50da1eada65a948147a62ede0cc815e66105784 /src/lib/evas/Evas_Eo.h | |
parent | 9b294d6284fbda62dde20bcb31732a1c63a65962 (diff) |
efl_input_clickable: rename efl_ui_clickable to efl_input_clickable
Summary:
Renamed all efl_ui_clickable_XXX to efl_input_clickable_XXX based on
the discussion in T7847
ref T7847 T7976
Reviewers: zmike, bu5hm4n, segfaultxavi
Reviewed By: segfaultxavi
Subscribers: cedric, #reviewers, #committers
Tags: #efl
Maniphest Tasks: T7976, T7847
Differential Revision: https://phab.enlightenment.org/D9427
Diffstat (limited to 'src/lib/evas/Evas_Eo.h')
-rw-r--r-- | src/lib/evas/Evas_Eo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/evas/Evas_Eo.h b/src/lib/evas/Evas_Eo.h index 4122ac7f15..593c4d9a69 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h | |||
@@ -464,3 +464,4 @@ typedef void (Evas_Canvas3D_Surface_Func)(Evas_Real *out_x, | |||
464 | #include "canvas/efl_input_hold.eo.h" | 464 | #include "canvas/efl_input_hold.eo.h" |
465 | #include "canvas/efl_input_interface.eo.h" | 465 | #include "canvas/efl_input_interface.eo.h" |
466 | #include "canvas/efl_input_focus.eo.h" | 466 | #include "canvas/efl_input_focus.eo.h" |
467 | #include "canvas/efl_input_clickable.eo.h" | ||