summaryrefslogtreecommitdiff
path: root/src/examples/evas/evas-text.c
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <barbieri@gmail.com>2012-12-31 01:40:50 +0000
committerGustavo Sverzut Barbieri <barbieri@gmail.com>2012-12-31 01:40:50 +0000
commit4e6ce9277fcba39e7e1d2d177d670e94077b2f1c (patch)
treef61d0c296beb0ce749e625d399595aeeb132f74a /src/examples/evas/evas-text.c
parent209347f148d199066d4f1ed96364c8536874597a (diff)
downloadefl-4e6ce9277fcba39e7e1d2d177d670e94077b2f1c.tar.gz
efl/evas: add ecore-evas dependent examples.
nice feature of single tree efl is that evas examples can use ecore-evas :-) SVN revision: 81919
Diffstat (limited to 'src/examples/evas/evas-text.c')
-rw-r--r--src/examples/evas/evas-text.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/examples/evas/evas-text.c b/src/examples/evas/evas-text.c
index ba556629cc..e3c3e85d62 100644
--- a/src/examples/evas/evas-text.c
+++ b/src/examples/evas/evas-text.c
@@ -10,13 +10,9 @@
*/
#ifdef HAVE_CONFIG_H
-
#include "config.h"
#else
-
#define PACKAGE_EXAMPLES_DIR "."
-#define __UNUSED__
-
#endif
#include <Ecore.h>
@@ -94,7 +90,7 @@ struct test_data
static struct test_data d = {0};
static void
-_on_destroy(Ecore_Evas *ee __UNUSED__)
+_on_destroy(Ecore_Evas *ee EINA_UNUSED)
{
ecore_main_loop_quit();
}
@@ -151,9 +147,9 @@ _text_style_type_to_str(Evas_Text_Style_Type mode)
}
static void
-_on_keydown(void *data __UNUSED__,
- Evas *evas __UNUSED__,
- Evas_Object *o __UNUSED__,
+_on_keydown(void *data EINA_UNUSED,
+ Evas *evas EINA_UNUSED,
+ Evas_Object *o EINA_UNUSED,
void *einfo)
{
Evas_Event_Key_Down *ev = einfo;