1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-08 09:25:49 +01: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

View File

@@ -43,7 +43,7 @@ static void
defaultHandler(int bla)
{
if (bla)
raise(SIGABRT);
kill(getpid(), SIGABRT);
else
exit(1);
}