From b02b36e5ec90fa8350c4d7b9e3abf40111b38dc4 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 27 Apr 2014 14:57:13 +1000 Subject: Added stuff cut and pasted from the new Evas_3d examples, but they are broken anyway. Just leaving it commented out for now. --- src/GuiLua/GuiLua.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/GuiLua/GuiLua.h') diff --git a/src/GuiLua/GuiLua.h b/src/GuiLua/GuiLua.h index 156fa1a..95353fb 100644 --- a/src/GuiLua/GuiLua.h +++ b/src/GuiLua/GuiLua.h @@ -1,9 +1,19 @@ +#define EFL_API_OVERRIDE 1 +/* Enable access to unstable EFL API that are still in beta */ +#define EFL_BETA_API_SUPPORT 1 +/* Enable access to unstable EFL EO API. */ +#define EFL_EO_API_SUPPORT 1 + #include #include #include +// This got left out. +//EAPI Evas_3D_Scene *evas_3d_scene_add(Evas *e); + + #include #include #include @@ -28,6 +38,11 @@ struct _globals { Evas_Object *win; // Our Elm window. int logDom; // Our logging domain. + +//Ecore_Evas *ecore_evas; +Evas *evas; +//Evas_Object *background; +Evas_Object *image; }; -- cgit v1.1