comparison src/layout_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 #include "main.h" 13 #include "main.h"
14 #include "layout_image.h" 14 #include "layout_image.h"
15 15
16 #include "collect.h" 16 #include "collect.h"
17 #include "dnd.h" 17 #include "dnd.h"
18 #include "debug.h"
18 #include "editors.h" 19 #include "editors.h"
19 #include "filelist.h" 20 #include "filelist.h"
20 #include "fullscreen.h" 21 #include "fullscreen.h"
21 #include "image.h" 22 #include "image.h"
22 #include "image-overlay.h" 23 #include "image-overlay.h"