elm: add missing efl_ui_popup_part_backwall header

Summary:
efl_ui_popup_part_backwall.eo.h is needed for repeat_events method.

ref 31be3af62d

Test Plan: make

Reviewers: Jaehyun_Cho, Hermet

Reviewed By: Jaehyun_Cho

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7015
This commit is contained in:
Yeongjong Lee 2018-09-10 20:22:52 +09:00 committed by Jaehyun Cho
parent 2614179af8
commit 445239424c
1 changed files with 1 additions and 0 deletions

View File

@ -311,6 +311,7 @@ typedef Eo Efl_Ui_Focus_Manager;
# include <efl_ui_popup_alert_scroll.eo.h>
# include <efl_ui_popup_alert_text.eo.h>
# include <efl_ui_popup_anchor.eo.h>
# include <efl_ui_popup_part_backwall.eo.h>
# include <efl_ui_text_factory_images.eo.h>
# include <efl_ui_text_factory_emoticons.eo.h>
# include <efl_ui_text_factory_fallback.eo.h>