efl_ui : add efl.extra part as layout swallow part list.

Summary:
efl.extra part is extra part of the layout swallow,
which can be generally used on overall layout object.
To be supported layout part infrastructures,
add efl.extra on layout_swallow_part[] list.

Depends on D9233

Reviewers: cedric, bu5hm4n, zmike, segfaultxavi

Reviewed By: bu5hm4n

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9316
This commit is contained in:
SangHyeon Jade Lee 2019-08-29 10:18:35 +09:00
parent cfc1d3d38b
commit 14f9782a81
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ static const char *_efl_ui_layout_swallow_parts[] = {
"efl.icon",
"efl.end",
"efl.background",
"efl.extra",
NULL
};