killall -SIGUSR1 tint2 will reload config file. need more fixed.

git-svn-id: http://tint2.googlecode.com/svn/trunk@225 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
lorthiois@bbsoft.fr
2009-10-22 20:31:53 +00:00
parent b6ca6149e5
commit 1f42a6b80d
4 changed files with 21 additions and 19 deletions

View File

@@ -106,7 +106,7 @@ extern Panel *panel1;
extern int nb_panel;
// realloc panels according to number of monitor
// it's used on initial config and when new monitor added
// use panel_config as default value
void init_panel();
void init_panel_size_and_position(Panel *panel);