elm/widget: make this header usable without elm_priv.h again

supposedly this header should be usable if someone wants to create an
elm widget, so ensure that it can be included without issues

Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D9976
This commit is contained in:
Mike Blumenkrantz 2019-09-16 15:08:13 -04:00 committed by Marcel Hollerbach
parent 43af39ac69
commit 2251865a30
1 changed files with 5 additions and 0 deletions

View File

@ -298,6 +298,11 @@
*/
#include "elm_object_item.h"
#include "efl_ui.eot.h"
typedef Eo Efl_Ui_Focus_Manager;
#define _EFL_UI_FOCUS_MANAGER_EO_CLASS_TYPE
#include "efl_ui_focus_object.eo.h"
#include "efl_ui_focus_manager.eo.h"
typedef Eina_Bool (*Elm_Widget_Del_Pre_Cb)(void *data);
typedef void (*Elm_Widget_Item_Signal_Cb)(void *data, Elm_Object_Item *item, const char *emission, const char *source);