Make AddMouseRegion's index unsigned
[dockapps.git] / fookb / params.h
blobd52fc2b71d3d1b2fdcc13ac2e8d3f435b7e3f39e
1 /*
2 * params.h
4 * (c) 1998-2004 Alexey Vyskubov <alexey@mawhrin.net>
6 */
8 #ifndef PARAMS_H
9 #define PARAMS_H
11 #define DEFAULTS_FILE "~/.fookb"
13 #define DEFAULT_ICON1 "/usr/local/share/fookb/lat.xpm"
14 #define DEFAULT_ICON2 "/usr/local/share/fookb/rus.xpm"
15 #define DEFAULT_ICON3 "/usr/local/share/fookb/3.xpm"
16 #define DEFAULT_ICON4 "/usr/local/share/fookb/4.xpm"
17 #define DEFAULT_ICON_BOOM "/usr/local/share/fookb/boom.xpm"
18 #define DEFAULT_SOUND "Yes"
19 #define DEFAULT_COMMAND "/usr/bin/play /usr/local/share/fookb/beep_spring.au"
21 char *read_param(char *);
23 #endif /* PARAMS_H */