aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/examples/evas-hints.c
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/evas/src/examples/evas-hints.c')
-rw-r--r--libraries/evas/src/examples/evas-hints.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/evas/src/examples/evas-hints.c b/libraries/evas/src/examples/evas-hints.c
index c42444c..78c09ba 100644
--- a/libraries/evas/src/examples/evas-hints.c
+++ b/libraries/evas/src/examples/evas-hints.c
@@ -16,6 +16,8 @@
16 16
17#ifdef HAVE_CONFIG_H 17#ifdef HAVE_CONFIG_H
18#include "config.h" 18#include "config.h"
19#else
20#define __UNUSED__
19#endif 21#endif
20 22
21#include <Ecore.h> 23#include <Ecore.h>
@@ -27,6 +29,7 @@
27 29
28#define WIDTH 320 30#define WIDTH 320
29#define HEIGHT 480 31#define HEIGHT 480
32#define PACKAGE_EXAMPLES_DIR "."
30 33
31static const char commands[] = \ 34static const char commands[] = \
32 "commands are:\n" 35 "commands are:\n"