bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2251865a3024b28871025ca23bc118a376709583
commit 2251865a3024b28871025ca23bc118a376709583 Author: Mike Blumenkrantz <[email protected]> Date: Mon Sep 16 15:08:13 2019 -0400 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 <[email protected]> Differential Revision: https://phab.enlightenment.org/D9976 --- src/lib/elementary/elm_widget.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/lib/elementary/elm_widget.h b/src/lib/elementary/elm_widget.h index cda2196067..7afc2d218b 100644 --- a/src/lib/elementary/elm_widget.h +++ b/src/lib/elementary/elm_widget.h @@ -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); --
