dockapps/fookb/params.h
Doug Torrance 87d2d31e5d fookb: Remove --enable-wmaker compile-time option.
Now that we use libdockapp's --windowed option to allow users to choose
whether to run fookb as a dockapp or as a normal windowed application at
runtime, the --enable-wmaker option compile time option did very little.

In particular, it used a config file in ~/GNUstep/Defaults and it printed
a warning message when users used large icon files.

We now use the ~/.fookb config file in all instances and always print the
warning message.
2017-09-10 08:57:41 +02:00

17 lines
202 B
C

/*
* params.h
*
* (c) 1998-2004 Alexey Vyskubov <alexey@mawhrin.net>
*
*/
#ifndef PARAMS_H
#define PARAMS_H
#define DEFAULTS_FILE "~/.fookb"
char *read_param(char *);
#endif /* PARAMS_H */