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: remove unused code
[dockapps.git]
/
wmclockmon
/
wmclockmon-cal
/
defines.h
blob
b77305586163a79e835b468626aded9ca8bc5e38
1
/*
2
* Constants and types definitions
3
*/
4
5
#ifndef DEFINES_H
6
#define DEFINES_H
7
8
#define DEFAULT_CONFIGDIR
".wmclockmoncal"
9
10
#define MAXSTRLEN 1024
11
12
#define WIN_WIDTH 300
13
#define WIN_HEIGHT 240
14
15
#ifndef TRUE
16
# define TRUE 1
17
# define FALSE 0
18
#endif
19
20
21
#endif