aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GuiLua/GuiLua.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GuiLua/GuiLua.h')
-rw-r--r--src/GuiLua/GuiLua.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/GuiLua/GuiLua.h b/src/GuiLua/GuiLua.h
index ee669ce..82415c9 100644
--- a/src/GuiLua/GuiLua.h
+++ b/src/GuiLua/GuiLua.h
@@ -1,6 +1,7 @@
1#include "SledjHamr.h" 1#include "SledjHamr.h"
2#include "LumbrJack.h" 2#include "LumbrJack.h"
3#include "Runnr.h" 3#include "Runnr.h"
4#include "winFang.h"
4 5
5 6
6#define WIDTH (300) 7#define WIDTH (300)
@@ -14,9 +15,7 @@
14 15
15typedef struct _globals 16typedef struct _globals
16{ 17{
17 Evas *evas; 18 winFang *win;
18 Evas_Object *win; // Our Elm window.
19 Eina_Clist widgets; // Our windows widgets.
20 int logDom; // Our logging domain. 19 int logDom; // Our logging domain.
21} globals; 20} globals;
22 21