jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=7bf8e87185d882e9d85b23d9a13d08fbe725c040

commit 7bf8e87185d882e9d85b23d9a13d08fbe725c040
Author: Jean-Philippe Andre <[email protected]>
Date:   Thu Dec 14 20:27:43 2017 +0900

    elm: Include elm_widget.eo.h for EO API
    
    This is the header that exposes the efl_ui_widget API. Only for the EO /
    Unified API.
---
 src/lib/elementary/Elementary.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/elementary/Elementary.h b/src/lib/elementary/Elementary.h
index 95c54b35ac..d9e35f0273 100644
--- a/src/lib/elementary/Elementary.h
+++ b/src/lib/elementary/Elementary.h
@@ -282,6 +282,7 @@ EAPI extern Elm_Version *elm_version;
 #ifdef EFL_EO_API_SUPPORT
 #include "efl_ui_list_segarray.h"
 # include <efl_config_global.eo.h>
+# include <elm_widget.eo.h>
 # include <efl_ui_widget_part.eo.h>
 # include <efl_ui_widget_part_bg.eo.h>
 # include <efl_ui_widget_part_shadow.eo.h>

-- 


Reply via email to