improved multi-monitor detection. need more work.

git-svn-id: http://tint2.googlecode.com/svn/trunk@222 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
lorthiois@bbsoft.fr
2009-10-21 21:13:13 +00:00
parent 8193f7f494
commit 7f05ebe6ac
3 changed files with 62 additions and 52 deletions

View File

@@ -861,7 +861,10 @@ int main (int argc, char *argv[])
switch (signal_pending) {
case SIGUSR1:
signal_pending = 0;
return 0;
printf("SIGUSR1\n");
config_read_file (config_path);
init_panel();
break;
case SIGINT:
case SIGTERM:
case SIGHUP: