Mercurial > geeqie.yaz
comparison src/pan-calendar.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 | 8268cbe682f1 |
comparison
equal
deleted
inserted
replaced
506:fc9c8a3e1a8b | 507:135570a8bd96 |
---|---|
11 */ | 11 */ |
12 | 12 |
13 | 13 |
14 #include "main.h" | 14 #include "main.h" |
15 #include "pan-types.h" | 15 #include "pan-types.h" |
16 | |
17 #include "debug.h" | |
16 | 18 |
17 #include <math.h> | 19 #include <math.h> |
18 | 20 |
19 | 21 |
20 #define PAN_CAL_POPUP_COLOR 220, 220, 220 | 22 #define PAN_CAL_POPUP_COLOR 220, 220, 220 |