diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2019-05-22 14:16:16 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@samsung.com> | 2019-05-22 14:16:16 -0400 |
commit | 12cab54b9c92baf66c06ea69aa5fa0167d82c2c9 (patch) | |
tree | d8fa95cd9d0b068dc22a05fdd2d0d5bdd6c528ac /src/lib/efl/Efl.h | |
parent | d15b37eea14102308ff7b48d069444599a559a77 (diff) |
Rename Efl.Gfx.Orientation -> Efl.Gfx.Image_Orientation
Summary:
This will help disambiguate later on when we rename Efl.Ui.Direction
to Efl.Ui.Layout_Orientation.
Relates to T7919
Test Plan: Everything still builds and passes tests.
Reviewers: zmike
Reviewed By: zmike
Subscribers: cedric, #reviewers, #committers
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D8934
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl/Efl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/efl/Efl.h b/src/lib/efl/Efl.h index 553f5901a7..2b5f62a04d 100644 --- a/src/lib/efl/Efl.h +++ b/src/lib/efl/Efl.h | |||
@@ -90,7 +90,7 @@ 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_gfx_image_orientable.eo.h" |
94 | #include "interfaces/efl_part.eo.h" | 94 | #include "interfaces/efl_part.eo.h" |
95 | #include "interfaces/efl_playable.eo.h" | 95 | #include "interfaces/efl_playable.eo.h" |
96 | #include "interfaces/efl_player.eo.h" | 96 | #include "interfaces/efl_player.eo.h" |