aboutsummaryrefslogtreecommitdiff
path: root/include/sway.h
AgeCommit message (Collapse)AuthorLines
2017-11-18Move everything to sway/old/Drew DeVault-6/+0
2016-02-26Correctly exit sway on errors.Mikkel Oscar Lyderik-1/+1
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-20added missing header fileminus-0/+6