From 969f1968f2f74f8f09c4788bc7f7b1c9655ad354 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 5 May 2014 20:04:08 +1000 Subject: Call skang modules from extantz. Needs some clean up. --- src/GuiLua/GuiLua.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/GuiLua/GuiLua.h') diff --git a/src/GuiLua/GuiLua.h b/src/GuiLua/GuiLua.h index fd766e6..c0fa9c7 100644 --- a/src/GuiLua/GuiLua.h +++ b/src/GuiLua/GuiLua.h @@ -1,9 +1,3 @@ -#include "SledjHamr.h" -#include "LumbrJack.h" -#include "Runnr.h" -#include "winFang.h" - - #define WIDTH (300) #define HEIGHT (300) @@ -16,7 +10,7 @@ typedef struct _GuiLua { lua_State *L; - winFang *parent; // Our parent window, if it exists. + Evas_Object *parent; // Our parent window, if it exists. Eina_Clist winFangs; // The windows we might open. Eina_Clist node; @@ -24,4 +18,4 @@ typedef struct _GuiLua Evas_Smart_Cb on_del; } GuiLua; -GuiLua *GuiLuaDo(int argc, char **argv, winFang *parent); +GuiLua *GuiLuaDo(int argc, char **argv, Evas_Object *parent); -- cgit v1.1