aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/winFang.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-20 23:34:25 +1000
committerDavid Walter Seikel2014-05-20 23:34:25 +1000
commit909fd6e2c4369020707782e20656069fbb3030d1 (patch)
tree15590f94950be42916fff1b3ba00124bce157751 /src/libraries/winFang.h
parentThe results of a session with valgrind. (diff)
downloadSledjHamr-909fd6e2c4369020707782e20656069fbb3030d1.zip
SledjHamr-909fd6e2c4369020707782e20656069fbb3030d1.tar.gz
SledjHamr-909fd6e2c4369020707782e20656069fbb3030d1.tar.bz2
SledjHamr-909fd6e2c4369020707782e20656069fbb3030d1.tar.xz
Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented.
Diffstat (limited to 'src/libraries/winFang.h')
-rw-r--r--src/libraries/winFang.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/libraries/winFang.h b/src/libraries/winFang.h
index f3f4170..7a84a7e 100644
--- a/src/libraries/winFang.h
+++ b/src/libraries/winFang.h
@@ -2,15 +2,6 @@
2#define _WINFANG_H_ 2#define _WINFANG_H_
3 3
4 4
5#define EFL_API_OVERRIDE 1
6/* Enable access to unstable EFL API that are still in beta */
7#define EFL_BETA_API_SUPPORT 1
8/* Enable access to unstable EFL EO API. */
9#define EFL_EO_API_SUPPORT 1
10
11#define ARRAY_LENGTH(array) (sizeof(array) / sizeof(*array))
12
13
14#include <Eo.h> 5#include <Eo.h>
15#include <Eina.h> 6#include <Eina.h>
16#include <Evas.h> 7#include <Evas.h>
@@ -89,8 +80,6 @@ typedef struct _Widget
89 Evas_Smart_Cb on_del; 80 Evas_Smart_Cb on_del;
90} Widget; 81} Widget;
91 82
92void HamrTime(void *elm_main, char *domain);
93
94winFang *winFangAdd(winFang *parent, int x, int y, int w, int h, char *title, char *name, EPhysics_World *world); 83winFang *winFangAdd(winFang *parent, int x, int y, int w, int h, char *title, char *name, EPhysics_World *world);
95void winFangHide(winFang *win); 84void winFangHide(winFang *win);
96void winFangShow(winFang *win); 85void winFangShow(winFang *win);