aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GuiLua/GuiLua.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-06 16:57:08 +1000
committerDavid Walter Seikel2014-05-06 16:57:08 +1000
commit4521683fe65b4f32b1a470e8e8b7cfb61d2834d3 (patch)
treeb738ca50c746d676e3cea88e28c287db85056c9d /src/GuiLua/GuiLua.h
parentEvery window is a winFang now, and winFangs delete their own children. (diff)
downloadSledjHamr-4521683fe65b4f32b1a470e8e8b7cfb61d2834d3.zip
SledjHamr-4521683fe65b4f32b1a470e8e8b7cfb61d2834d3.tar.gz
SledjHamr-4521683fe65b4f32b1a470e8e8b7cfb61d2834d3.tar.bz2
SledjHamr-4521683fe65b4f32b1a470e8e8b7cfb61d2834d3.tar.xz
Now that everything is a winFang, GuiLua doesn't have to track it's own child windows.
Diffstat (limited to 'src/GuiLua/GuiLua.h')
-rw-r--r--src/GuiLua/GuiLua.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/GuiLua/GuiLua.h b/src/GuiLua/GuiLua.h
index d390000..4fd1617 100644
--- a/src/GuiLua/GuiLua.h
+++ b/src/GuiLua/GuiLua.h
@@ -19,7 +19,6 @@ typedef struct _GuiLua
19{ 19{
20 lua_State *L; 20 lua_State *L;
21 winFang *parent; // Our parent window, if it exists. 21 winFang *parent; // Our parent window, if it exists.
22 Eina_Clist winFangs; // The windows we might open.
23 22
24 Eina_Clist node; 23 Eina_Clist node;
25 void *data; 24 void *data;