diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-04-24 15:41:39 +0200 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-04-26 12:06:02 +0200 |
commit | 7aa9ea071a231896a545f496acf7f43ac695d811 (patch) | |
tree | e2ca2bb96eea56add0aa9f5b4b2a59c938d20d7b /src/lib/efl/Efl.h | |
parent | f3b9f7f0d8aee9bee9d9b16221a0477e21e23712 (diff) |
efl_pack: split algin and padding property
the pack interface is a general interface for how we pack things into a
container. the align and padding property has less to nothing to do with
this. Hence this commit splits the two properties into theire own
interface.
fix T7825
Reviewed-by: Xavi Artigas <xavierartigas@yahoo.es>
Differential Revision: https://phab.enlightenment.org/D8699
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl/Efl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/efl/Efl.h b/src/lib/efl/Efl.h index da582a4421..9a21ee8bc3 100644 --- a/src/lib/efl/Efl.h +++ b/src/lib/efl/Efl.h | |||
@@ -166,6 +166,7 @@ typedef Efl_Gfx_Path_Command_Type Efl_Gfx_Path_Command; | |||
166 | #include "interfaces/efl_pack_layout.eo.h" | 166 | #include "interfaces/efl_pack_layout.eo.h" |
167 | #include "interfaces/efl_pack_linear.eo.h" | 167 | #include "interfaces/efl_pack_linear.eo.h" |
168 | #include "interfaces/efl_pack_table.eo.h" | 168 | #include "interfaces/efl_pack_table.eo.h" |
169 | #include "interfaces/efl_gfx_arrangement.eo.h" | ||
169 | 170 | ||
170 | /* Input and Output */ | 171 | /* Input and Output */ |
171 | #include "interfaces/efl_io_closer.eo.h" | 172 | #include "interfaces/efl_io_closer.eo.h" |