Mercurial > geeqie
comparison src/image.c @ 507:135570a8bd96
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.
author | zas_ |
---|---|
date | Thu, 24 Apr 2008 08:53:39 +0000 |
parents | fc9c8a3e1a8b |
children | f9bf33be53ff |
comparison
equal
deleted
inserted
replaced
506:fc9c8a3e1a8b | 507:135570a8bd96 |
---|---|
13 | 13 |
14 #include "main.h" | 14 #include "main.h" |
15 #include "image.h" | 15 #include "image.h" |
16 | 16 |
17 | 17 |
18 #include "image-load.h" | |
19 #include "collect.h" | 18 #include "collect.h" |
20 #include "color-man.h" | 19 #include "color-man.h" |
20 #include "debug.h" | |
21 #include "exif.h" | 21 #include "exif.h" |
22 #include "histogram.h" | 22 #include "histogram.h" |
23 #include "image-load.h" | |
23 #include "image-overlay.h" | 24 #include "image-overlay.h" |
24 #include "layout.h" | 25 #include "layout.h" |
25 #include "layout_image.h" | 26 #include "layout_image.h" |
26 #include "pixbuf-renderer.h" | 27 #include "pixbuf-renderer.h" |
27 #include "pixbuf_util.h" | 28 #include "pixbuf_util.h" |