aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway.h
Commit message (Collapse)AuthorAge
* Correctly exit sway on errors.Libravatar Mikkel Oscar Lyderik2016-02-26
| | | | | | | | 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.
* added missing header fileLibravatar minus2015-08-20