Fix for when sway_abort doesn't exit

sway_terminate does an exit in case wlc_terminate doesn't
master
Yacine Hmito 9 years ago
parent 8db417fafe
commit c400ca8f88

@ -25,6 +25,7 @@ static bool terminate_request = false;
void sway_terminate(void) {
terminate_request = true;
wlc_terminate();
exit(EXIT_FAILURE);
}
void sig_handler(int signal) {

Loading…
Cancel
Save