Move debug macros from main.h to new debug.h.
authorLaurent Monin <geeqie@norz.org>
Thu, 24 Apr 2008 08:53:39 +0000 (08:53 +0000)
committerLaurent Monin <geeqie@norz.org>
Thu, 24 Apr 2008 08:53:39 +0000 (08:53 +0000)
commitaf1beef9f10c4d5408d73ecbd606cbc0a87b68a3
treee8156175aa7b61f1ff962196616f68a04c5fd758
parentb23c9dac6850b794e8002b031704bff3d83f0b20
Move debug macros from main.h to new debug.h.
Make debug_level static to debug.c and add utility functions
to manipulate it.
Add #include "debug.h" where needed.
35 files changed:
src/Makefile.am
src/bar_info.c
src/cache.c
src/cache_maint.c
src/collect-io.c
src/collect-table.c
src/collect.c
src/color-man.c
src/debug.c [new file with mode: 0644]
src/debug.h [new file with mode: 0644]
src/dupe.c
src/exif-common.c
src/exiv2.cc
src/filelist.c
src/format_raw.c
src/fullscreen.c
src/globals.c
src/image-load.c
src/image.c
src/layout.c
src/layout_image.c
src/main.c
src/main.h
src/pan-calendar.c
src/pan-view.c
src/pixbuf-renderer.c
src/preferences.c
src/print.c
src/remote.c
src/secure_save.c
src/thumb.c
src/thumb_standard.c
src/utilops.c
src/view_file_icon.c
src/view_file_list.c