]> Dogcows Code - chaz/tint2/blob - src/config.h
big change : panel_monitor = all will draw one panel per monitor, panel_size accept...
[chaz/tint2] / src / config.h
1 /**************************************************************************
2 * config :
3 * - parse config file in Panel struct.
4 *
5 * Check COPYING file for Copyright
6 *
7 **************************************************************************/
8
9 #ifndef CONFIG_H
10 #define CONFIG_H
11
12
13 void init_config();
14 void cleanup_config();
15 int config_read_file (const char *path);
16 int config_read ();
17 void config_finish ();
18 void save_config ();
19
20 #endif
This page took 0.03967 seconds and 5 git commands to generate.