aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ecore/src/lib/ecore_input_evas/ecore_input_evas_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ecore/src/lib/ecore_input_evas/ecore_input_evas_private.h')
-rw-r--r--libraries/ecore/src/lib/ecore_input_evas/ecore_input_evas_private.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/libraries/ecore/src/lib/ecore_input_evas/ecore_input_evas_private.h b/libraries/ecore/src/lib/ecore_input_evas/ecore_input_evas_private.h
deleted file mode 100644
index c19cfbf..0000000
--- a/libraries/ecore/src/lib/ecore_input_evas/ecore_input_evas_private.h
+++ /dev/null
@@ -1,37 +0,0 @@
1#ifndef _ECORE_INPUT_PRIVATE_H
2#define _ECORE_INPUT_PRIVATE_H
3
4extern int _ecore_input_evas_log_dom;
5
6#ifdef ECORE_INPUT_EVAS_DEFAULT_LOG_COLOR
7#undef ECORE_INPUT_EVAS_DEFAULT_LOG_COLOR
8#endif
9
10#define ECORE_INPUT_EVAS_DEFAULT_LOG_COLOR EINA_COLOR_BLUE
11
12#ifdef ERR
13#undef ERR
14#endif
15#define ERR(...) EINA_LOG_DOM_ERR(_ecore_input_evas_log_dom, __VA_ARGS__)
16
17#ifdef DBG
18#undef DBG
19#endif
20#define DBG(...) EINA_LOG_DOM_DBG(_ecore_input_evas_log_dom, __VA_ARGS__)
21
22#ifdef INF
23#undef INF
24#endif
25#define INF(...) EINA_LOG_DOM_INFO(_ecore_input_evas_log_dom, __VA_ARGS__)
26
27#ifdef WRN
28#undef WRN
29#endif
30#define WRN(...) EINA_LOG_DOM_WARN(_ecore_input_evas_log_dom, __VA_ARGS__)
31
32#ifdef CRIT
33#undef CRIT
34#endif
35#define CRIT(...) EINA_LOG_DOM_CRIT(_ecore_input_evas_log_dom, __VA_ARGS__)
36
37#endif