Ui internal text scroller: move .eo.h to internal usage

This fixes the broken `Elementary.h` header.
This commit is contained in:
Daniel Hirt 2018-11-05 23:55:20 +02:00
parent 3f8504c205
commit 1f5c016900
4 changed files with 9 additions and 1 deletions

View File

@ -342,7 +342,6 @@ typedef Eo Efl_Ui_Focus_Manager;
# include <efl_ui_list_view.eo.h>
# include <efl_ui_list_view_pan.eo.h>
# include <efl_ui_pan.eo.h>
# include <efl_ui_internal_text_scroller.eo.h>
# include <efl_ui_scroll_manager.eo.h>
# include <efl_ui_scroller.eo.h>
# include <efl_ui_dnd_types.eot.h>

View File

@ -17,6 +17,8 @@
#include "elm_widget_layout.h"
#include "efl_ui_widget_scroller.h"
#include "efl_ui_internal_text_scroller.h"
#define EFL_UI_SCROLLER_DATA_GET(o, sd) \
Efl_Ui_Scroller_Data * sd = efl_data_scope_safe_get(o, EFL_UI_SCROLLER_CLASS)

View File

@ -0,0 +1,6 @@
#ifndef _EFL_UI_INTERNAL_TEXT_SCROLLER_H
#define _EFL_UI_INTERNAL_TEXT_SCROLLER_H
#include "efl_ui_internal_text_scroller.eo.h"
#endif

View File

@ -197,6 +197,7 @@ struct _Selection_Loss_Data
#define MY_CLASS_NAME_LEGACY "elm_entry"
#include "efl_ui_internal_text_interactive.h"
#include "efl_ui_internal_text_scroller.h"
/* Maximum chunk size to be inserted to the entry at once
* FIXME: This size is arbitrary, should probably choose a better size.