1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-06-14 14:25:21 +02:00

replaced linked lists with WMBag, added progress indicator

This commit is contained in:
kojima
1999-09-16 02:55:56 +00:00
parent 54c54401d4
commit 052ab01c84
20 changed files with 889 additions and 444 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ static void
defaultHandler(int bla)
{
if (bla)
raise(SIGABRT);
kill(getpid(), SIGABRT);
else
exit(1);
}