wmclockmon: remove unused code
[dockapps.git] / wmclockmon / wmclockmon-cal / defines.h
blobb77305586163a79e835b468626aded9ca8bc5e38
1 /*
2 * Constants and types definitions
3 */
5 #ifndef DEFINES_H
6 #define DEFINES_H
8 #define DEFAULT_CONFIGDIR ".wmclockmoncal"
10 #define MAXSTRLEN 1024
12 #define WIN_WIDTH 300
13 #define WIN_HEIGHT 240
15 #ifndef TRUE
16 # define TRUE 1
17 # define FALSE 0
18 #endif
21 #endif