Work better with empty config files

This commit is contained in:
o9000
2015-12-27 15:39:39 +01:00
parent 80794109ae
commit 737150d7e9
4 changed files with 52 additions and 20 deletions

View File

@@ -37,7 +37,7 @@ extern char *clock_mclick_command;
extern char *clock_rclick_command;
extern char *clock_uwheel_command;
extern char *clock_dwheel_command;
extern int clock_enabled;
extern gboolean clock_enabled;
// default global data
void default_clock();