comparison src/print.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
12 12
13 13
14 #include "main.h" 14 #include "main.h"
15 #include "print.h" 15 #include "print.h"
16 16
17 #include "debug.h"
17 #include "filelist.h" 18 #include "filelist.h"
18 #include "image.h" 19 #include "image.h"
19 #include "image-load.h" 20 #include "image-load.h"
20 #include "pixbuf_util.h" 21 #include "pixbuf_util.h"
21 #include "thumb.h" 22 #include "thumb.h"