all repos — tint2 @ 7393ceaf203303e1ea55d9f51b2b0ad31dba724d

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

src/config.h (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/**************************************************************************
* config :
* - parse config file in Panel struct.
*
* Check COPYING file for Copyright
*
**************************************************************************/

#ifndef CONFIG_H
#define CONFIG_H


void init_config();
void cleanup_config();
int  config_read_file (const char *path);
int  config_read ();
void config_finish ();
void save_config ();

#endif