diff options
author | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2019-10-15 09:06:48 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@samsung.com> | 2019-10-15 09:06:48 -0400 |
commit | c4c372c47d6a7a324e129cfd94cf1541d5842cf5 (patch) | |
tree | 46e85470b2fbedaad3e06cea877c5210a690eb94 /src/lib/efl/Efl.h | |
parent | 974ab41f2560167b87540e0ae27a07351d7efd26 (diff) |
efl_ui: rename efl_ui_types.eot to efl_ui_drag_types.eot
Summary:
The current efl_ui_types.eot contains only enum Efl.Ui.Drag_Dir.
Therefore, it is renamed to efl_ui_drag_types.eot as follows.
src/lib/efl/interfaces/efl_ui_types.eot -> efl_ui_drag_types.eot
Reviewers: bu5hm4n, segfaultxavi, zmike
Reviewed By: zmike
Subscribers: zmike, cedric, #reviewers, #committers
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D10387
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl/Efl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/efl/Efl.h b/src/lib/efl/Efl.h index b19e97c743..f20979bd52 100644 --- a/src/lib/efl/Efl.h +++ b/src/lib/efl/Efl.h | |||
@@ -115,7 +115,7 @@ extern EWAPI Eina_Error EFL_GFX_IMAGE_LOAD_ERROR_RECURSIVE_REFERENCE; | |||
115 | #endif /* EFL_BETA_API_SUPPORT */ | 115 | #endif /* EFL_BETA_API_SUPPORT */ |
116 | 116 | ||
117 | #include "interfaces/efl_gfx_types.eot.h" | 117 | #include "interfaces/efl_gfx_types.eot.h" |
118 | #include "interfaces/efl_ui_types.eot.h" | 118 | #include "interfaces/efl_ui_drag_types.eot.h" |
119 | typedef Efl_Gfx_Path_Command_Type Efl_Gfx_Path_Command; | 119 | typedef Efl_Gfx_Path_Command_Type Efl_Gfx_Path_Command; |
120 | 120 | ||
121 | /* Interfaces */ | 121 | /* Interfaces */ |
@@ -246,7 +246,7 @@ EAPI Efl_Object *efl_part(const Eo *obj, const char *name); | |||
246 | 246 | ||
247 | #ifndef EFL_NOLEGACY_API_SUPPORT | 247 | #ifndef EFL_NOLEGACY_API_SUPPORT |
248 | #include "interfaces/efl_gfx_types.eot.h" | 248 | #include "interfaces/efl_gfx_types.eot.h" |
249 | #include "interfaces/efl_ui_types.eot.h" | 249 | #include "interfaces/efl_ui_drag_types.eot.h" |
250 | #include "interfaces/efl_input_types.eot.h" | 250 | #include "interfaces/efl_input_types.eot.h" |
251 | #include "interfaces/efl_text_types.eot.h" | 251 | #include "interfaces/efl_text_types.eot.h" |
252 | #endif | 252 | #endif |