fookb: Use libdockapp instead of X resource manager for command line options.
[dockapps.git] / fookb / params.h
blobd97aa2cc7ca37c7094b8e80038ff424540877265
1 /*
2 * params.h
4 * (c) 1998-2004 Alexey Vyskubov <alexey@mawhrin.net>
6 */
8 #ifndef PARAMS_H
9 #define PARAMS_H
12 #ifdef WMAKER
13 #define DEFAULTS_FILE "~/GNUstep/Defaults/FOOkb"
14 #else
15 #define DEFAULTS_FILE "~/.fookb"
16 #endif /* WMAKER */
18 char *read_param(char *);
20 #endif /* PARAMS_H */