mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 05:18:06 +01:00
- simpler and more straightforward event handling for timer, idle, input
and X events (also fixed some problems the old handling logic had)
This commit is contained in:
@@ -335,7 +335,7 @@ handleSig(int sig)
|
||||
wfatal(_("crashed while trying to do some post-crash cleanup. Aborting immediatelly."));
|
||||
signal(sig, SIG_DFL);
|
||||
kill(getpid(), sig);
|
||||
exit(1);
|
||||
return;
|
||||
}
|
||||
already_crashed = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user