diff options
author | Sebastian Dransfeld <sd@tango.flipp.net> | 2010-01-07 00:30:05 +0000 |
---|---|---|
committer | Sebastian Dransfeld <sd@tango.flipp.net> | 2010-01-07 00:30:05 +0000 |
commit | 8007e730772d012bd65237a2e8650f72590659d6 (patch) | |
tree | 89673da66c4087a7c4d3869a60ce7b968fb6c77a /legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h | |
parent | ff86d2766313980961245d3cde25b79c80e07330 (diff) |
Patch from Mathieu Taillefumier
I modified some hearder file in ecore to ease the cleanup of the private
header files in ecore. Each module has now a private header with its own
log color (eina_log related). I also created two private header files
for ecore_sdl and ecore_input for this purpose and corrected some typos
in the xlib_xcb private header file.
SVN revision: 44933
Diffstat (limited to 'legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h')
-rw-r--r-- | legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h b/legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h index 20e8bf46f6..76a9be404b 100644 --- a/legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h +++ b/legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h | |||
@@ -3,6 +3,11 @@ | |||
3 | 3 | ||
4 | #define ECORE_MAGIC_CONTEXT 0x56c1b39a | 4 | #define ECORE_MAGIC_CONTEXT 0x56c1b39a |
5 | 5 | ||
6 | #ifdef ECORE_IMF_DEFAULT_LOG_COLOR | ||
7 | #undef ECORE_IMF_DEFAULT_LOG_COLOR | ||
8 | #endif | ||
9 | #define ECORE_IMF_DEFAULT_LOG_COLOR EINA_COLOR_BLUE | ||
10 | |||
6 | extern int _ecore_imf_log_dom; | 11 | extern int _ecore_imf_log_dom; |
7 | #ifdef ERR | 12 | #ifdef ERR |
8 | # undef ERR | 13 | # undef ERR |