]> Dogcows Code - chaz/tint2/blob - src/config.h
fixed decorated window with compiz
[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 // list of background
13 GSList *list_back;
14
15
16 int config_read_file (const char *path);
17 int config_read ();
18 void config_taskbar();
19 void config_finish ();
20 void cleanup_taskbar();
21 void cleanup ();
22 void save_config ();
23
24 #endif
This page took 0.034536 seconds and 5 git commands to generate.