Patch from Mathieu Taillefumier
authorenglebass <englebass@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 7 Jan 2010 00:30:05 +0000 (00:30 +0000)
committerenglebass <englebass@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 7 Jan 2010 00:30:05 +0000 (00:30 +0000)
commite4233f65cd1bba6e247c7f00c4bc5c3d06136047
treec053de1d1171cf3f2f399a557f1558a0e5112b55
parentda89eb9746353cacd28a916b5366b13e97aafd05
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.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@44933 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
29 files changed:
src/lib/ecore_con/ecore_con.c
src/lib/ecore_con/ecore_con_private.h
src/lib/ecore_config/ecore_config.c
src/lib/ecore_config/ecore_config_private.h
src/lib/ecore_directfb/ecore_directfb.c
src/lib/ecore_directfb/ecore_directfb_private.h
src/lib/ecore_evas/ecore_evas.c
src/lib/ecore_evas/ecore_evas_private.h
src/lib/ecore_file/ecore_file.c
src/lib/ecore_file/ecore_file_private.h
src/lib/ecore_imf/ecore_imf.c
src/lib/ecore_imf/ecore_imf_private.h
src/lib/ecore_input/ecore_input.c
src/lib/ecore_input/ecore_input_private.h [new file with mode: 0644]
src/lib/ecore_ipc/ecore_ipc.c
src/lib/ecore_ipc/ecore_ipc_private.h
src/lib/ecore_job/ecore_job.c
src/lib/ecore_job/ecore_job_private.h
src/lib/ecore_sdl/ecore_sdl.c
src/lib/ecore_sdl/ecore_sdl_private.h [new file with mode: 0644]
src/lib/ecore_txt/ecore_txt_private.h
src/lib/ecore_win32/ecore_win32.c
src/lib/ecore_win32/ecore_win32_private.h
src/lib/ecore_wince/ecore_wince.c
src/lib/ecore_wince/ecore_wince_private.h
src/lib/ecore_x/xcb/ecore_xcb.c
src/lib/ecore_x/xcb/ecore_xcb_private.h
src/lib/ecore_x/xlib/ecore_x.c
src/lib/ecore_x/xlib/ecore_x_private.h