repo.or.cz
/
dockapps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
wmclockmon: check whether memory has been allocated before freeing.
[dockapps.git]
/
wmclockmon
/
wmclockmon-config
/
variables.h
blob
d4480295b6cf0f75d498852af2a29e62201bdd34
1
/*
2
* main variables for inclusion
3
*/
4
5
#ifndef VARIABLES_H
6
#define VARIABLES_H
7
8
#include
"defines.h"
9
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
;
27
28
#endif