| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-02-26 | Correctly exit sway on errors. | Mikkel Oscar Lyderik | |
| Calling `exit` in sway_terminate prevents sway from correctly shutting down (freeing data, cleanly terminating the ipc server, etc.). A better way is to exit straight away if the failure occurs before `wlc_run` and use sway_abort as usual if it occur when wlc is running. | |||
| 2015-08-20 | added missing header file | minus | |
