diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2019-05-20 11:52:10 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@samsung.com> | 2019-05-20 11:52:10 -0400 |
commit | e9eb1c825a982f3f4e8ee74992bcee6d6c5a99cd (patch) | |
tree | fb56bd748a06c03fc38f70a3e08923c63e81a667 /src/lib/efl/Efl.h | |
parent | b24fde67871707bafea7d3e638bca70c6ef75de0 (diff) |
Rename Efl.Orient -> Efl.Gfx.Orientation
Summary:
And the Efl.Orientation interface -> Efl.Gfx.Orientable
(with proper c_prefix so it is not too cumbersome to use from C).
Also, turned the theme_rotation_apply() parameter into an int to avoid confusion.
Fixes T7919
Depends on D8912
Test Plan: Everything continues to build and pass tests
Reviewers: zmike, bu5hm4n, cedric, Hermet, Jaehyun_Cho
Reviewed By: zmike
Subscribers: #reviewers, #committers
Tags: #efl
Maniphest Tasks: T7919
Differential Revision: https://phab.enlightenment.org/D8926
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl/Efl.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/efl/Efl.h b/src/lib/efl/Efl.h index c0651a861a..553f5901a7 100644 --- a/src/lib/efl/Efl.h +++ b/src/lib/efl/Efl.h | |||
@@ -90,12 +90,12 @@ typedef Efl_Gfx_Path_Command_Type Efl_Gfx_Path_Command; | |||
90 | #include "interfaces/efl_gfx_image.eo.h" | 90 | #include "interfaces/efl_gfx_image.eo.h" |
91 | #include "interfaces/efl_gfx_frame_controller.eo.h" | 91 | #include "interfaces/efl_gfx_frame_controller.eo.h" |
92 | #include "interfaces/efl_gfx_image_load_controller.eo.h" | 92 | #include "interfaces/efl_gfx_image_load_controller.eo.h" |
93 | #include "interfaces/efl_gfx_orientable.eo.h" | ||
93 | #include "interfaces/efl_part.eo.h" | 94 | #include "interfaces/efl_part.eo.h" |
94 | #include "interfaces/efl_playable.eo.h" | 95 | #include "interfaces/efl_playable.eo.h" |
95 | #include "interfaces/efl_player.eo.h" | 96 | #include "interfaces/efl_player.eo.h" |
96 | #include "interfaces/efl_text.eo.h" | 97 | #include "interfaces/efl_text.eo.h" |
97 | #include "interfaces/efl_text_types.eot.h" | 98 | #include "interfaces/efl_text_types.eot.h" |
98 | #include "interfaces/efl_orientation.eo.h" | ||
99 | #include "interfaces/efl_ui_i18n.eo.h" | 99 | #include "interfaces/efl_ui_i18n.eo.h" |
100 | #include "interfaces/efl_ui_direction.eo.h" | 100 | #include "interfaces/efl_ui_direction.eo.h" |
101 | #include "interfaces/efl_ui_direction_readonly.eo.h" | 101 | #include "interfaces/efl_ui_direction_readonly.eo.h" |
@@ -113,10 +113,6 @@ typedef Efl_Gfx_Path_Command_Type Efl_Gfx_Path_Command; | |||
113 | 113 | ||
114 | #include "interfaces/efl_screen.eo.h" | 114 | #include "interfaces/efl_screen.eo.h" |
115 | 115 | ||
116 | #define EFL_ORIENT_0 EFL_ORIENT_UP | ||
117 | #define EFL_ORIENT_90 EFL_ORIENT_RIGHT | ||
118 | #define EFL_ORIENT_180 EFL_ORIENT_DOWN | ||
119 | #define EFL_ORIENT_270 EFL_ORIENT_LEFT | ||
120 | 116 | ||
121 | /* Core interface */ | 117 | /* Core interface */ |
122 | #include "interfaces/efl_interpolator.eo.h" | 118 | #include "interfaces/efl_interpolator.eo.h" |