diff options
Diffstat (limited to 'src/GuiLua')
-rw-r--r-- | src/GuiLua/GuiLua.c | 4 | ||||
-rw-r--r-- | src/GuiLua/GuiLua.h | 10 | ||||
-rw-r--r-- | src/GuiLua/skang.c | 3 | ||||
-rw-r--r-- | src/GuiLua/test_c.c | 4 |
4 files changed, 11 insertions, 10 deletions
diff --git a/src/GuiLua/GuiLua.c b/src/GuiLua/GuiLua.c index 4bed9ca..7463abb 100644 --- a/src/GuiLua/GuiLua.c +++ b/src/GuiLua/GuiLua.c | |||
@@ -139,12 +139,8 @@ and ordinary elementary widgets. Proper introspection can come later. | |||
139 | */ | 139 | */ |
140 | 140 | ||
141 | 141 | ||
142 | #include "SledjHamr.h" | ||
143 | #include "LumbrJack.h" | 142 | #include "LumbrJack.h" |
144 | #include "Runnr.h" | ||
145 | #include "winFang.h" | ||
146 | #include "GuiLua.h" | 143 | #include "GuiLua.h" |
147 | //#include <stdio.h> | ||
148 | 144 | ||
149 | 145 | ||
150 | static int logDom; // Our logging domain. | 146 | static int logDom; // Our logging domain. |
diff --git a/src/GuiLua/GuiLua.h b/src/GuiLua/GuiLua.h index c0fa9c7..3548a44 100644 --- a/src/GuiLua/GuiLua.h +++ b/src/GuiLua/GuiLua.h | |||
@@ -1,3 +1,11 @@ | |||
1 | #ifndef _GUILUA_H_ | ||
2 | #define _GUILUA_H_ | ||
3 | |||
4 | |||
5 | #include "Runnr.h" | ||
6 | #include "winFang.h" | ||
7 | |||
8 | |||
1 | #define WIDTH (300) | 9 | #define WIDTH (300) |
2 | #define HEIGHT (300) | 10 | #define HEIGHT (300) |
3 | 11 | ||
@@ -19,3 +27,5 @@ typedef struct _GuiLua | |||
19 | } GuiLua; | 27 | } GuiLua; |
20 | 28 | ||
21 | GuiLua *GuiLuaDo(int argc, char **argv, Evas_Object *parent); | 29 | GuiLua *GuiLuaDo(int argc, char **argv, Evas_Object *parent); |
30 | |||
31 | #endif | ||
diff --git a/src/GuiLua/skang.c b/src/GuiLua/skang.c index a0dca5c..ed6d31f 100644 --- a/src/GuiLua/skang.c +++ b/src/GuiLua/skang.c | |||
@@ -1,7 +1,4 @@ | |||
1 | #include "SledjHamr.h" | 1 | #include "SledjHamr.h" |
2 | #include "LumbrJack.h" | ||
3 | #include "Runnr.h" | ||
4 | #include "winFang.h" | ||
5 | #include "GuiLua.h" | 2 | #include "GuiLua.h" |
6 | 3 | ||
7 | 4 | ||
diff --git a/src/GuiLua/test_c.c b/src/GuiLua/test_c.c index 6421d24..f548e4d 100644 --- a/src/GuiLua/test_c.c +++ b/src/GuiLua/test_c.c | |||
@@ -10,10 +10,8 @@ http://lua-users.org/lists/lua-l/2008-01/msg00671.html | |||
10 | */ | 10 | */ |
11 | 11 | ||
12 | 12 | ||
13 | #include "SledjHamr.h" | 13 | //#include "LumbrJack.h" |
14 | #include "LumbrJack.h" | ||
15 | #include "Runnr.h" | 14 | #include "Runnr.h" |
16 | #include "winFang.h" | ||
17 | #include "GuiLua.h" | 15 | #include "GuiLua.h" |
18 | 16 | ||
19 | 17 | ||