wmclockmon: check whether memory has been allocated before freeing.
[dockapps.git] / wmclockmon / wmclockmon-config / variables.h
blobd4480295b6cf0f75d498852af2a29e62201bdd34
1 /*
2 * main variables for inclusion
3 */
5 #ifndef VARIABLES_H
6 #define VARIABLES_H
8 #include "defines.h"
10 int backlight;
11 int switch_authorized;
12 int h12;
13 int time_mode;
14 int use_leds;
15 int use_locale;
16 int showcal;
17 int calalrms;
18 char *style_name;
19 char *style_dir;
20 char *config_file;
21 char *light_color;
22 char *command;
23 char *msgcmd;
24 Alarm *alarms;
25 int free_light_color;
26 int free_command;
28 #endif