mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Fix for when sway_abort doesn't exit
sway_terminate does an exit in case wlc_terminate doesn't
This commit is contained in:
parent
8db417fafe
commit
c400ca8f88
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ static bool terminate_request = false;
|
||||||
void sway_terminate(void) {
|
void sway_terminate(void) {
|
||||||
terminate_request = true;
|
terminate_request = true;
|
||||||
wlc_terminate();
|
wlc_terminate();
|
||||||
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
|
|
||||||
void sig_handler(int signal) {
|
void sig_handler(int signal) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue