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_file/ecore_file_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_file/ecore_file_private.h')
-rw-r--r-- | legacy/ecore/src/lib/ecore_file/ecore_file_private.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/legacy/ecore/src/lib/ecore_file/ecore_file_private.h b/legacy/ecore/src/lib/ecore_file/ecore_file_private.h index 073e446ee4..072987299a 100644 --- a/legacy/ecore/src/lib/ecore_file/ecore_file_private.h +++ b/legacy/ecore/src/lib/ecore_file/ecore_file_private.h | |||
@@ -19,6 +19,12 @@ | |||
19 | #include "Ecore_File.h" | 19 | #include "Ecore_File.h" |
20 | 20 | ||
21 | extern int _ecore_file_log_dom; | 21 | extern int _ecore_file_log_dom; |
22 | |||
23 | #ifdef ECORE_FILE_DEFAULT_LOG_COLOR | ||
24 | #undef ECORE_FILE_DEFAULT_LOG_COLOR | ||
25 | #endif | ||
26 | #define ECORE_FILE_DEFAULT_LOG_COLOR EINA_COLOR_BLUE | ||
27 | |||
22 | #ifdef ERR | 28 | #ifdef ERR |
23 | # undef ERR | 29 | # undef ERR |
24 | #endif | 30 | #endif |