aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/winFang.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-05 05:42:54 +1000
committerDavid Walter Seikel2014-05-05 05:42:54 +1000
commit579b3b0afdff09433a2153a254b1d66abdb906ee (patch)
treefdfbee6eec1defe0f0ff5e8089552d317ee58fd7 /src/libraries/winFang.h
parentMerge inline and external window creation. (diff)
downloadSledjHamr-579b3b0afdff09433a2153a254b1d66abdb906ee.zip
SledjHamr-579b3b0afdff09433a2153a254b1d66abdb906ee.tar.gz
SledjHamr-579b3b0afdff09433a2153a254b1d66abdb906ee.tar.bz2
SledjHamr-579b3b0afdff09433a2153a254b1d66abdb906ee.tar.xz
Move winFang to libraries, and convert GuiLua to use it.
Diffstat (limited to '')
-rw-r--r--src/libraries/winFang.h (renamed from src/extantz/winFang.h)10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/extantz/winFang.h b/src/libraries/winFang.h
index 6ae26e4..219dcf0 100644
--- a/src/extantz/winFang.h
+++ b/src/libraries/winFang.h
@@ -1,3 +1,13 @@
1#define EFL_API_OVERRIDE 1
2/* Enable access to unstable EFL API that are still in beta */
3#define EFL_BETA_API_SUPPORT 1
4/* Enable access to unstable EFL EO API. */
5#define EFL_EO_API_SUPPORT 1
6
7
8#include <Eo.h>
9#include <Eina.h>
10#include <Evas.h>
1#include <Elementary.h> 11#include <Elementary.h>
2 12
3 13