This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
sway
Watch
1
Star
0
Fork
You've already forked sway
0
mirror of
https://github.com/swaywm/sway.git
synced
2024-11-01 14:07:18 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bfe8649e90
sway
/
include
/
sway.h
7 lines
87 B
C
Raw
Normal View
History
Unescape
Escape
added missing header file
2015-08-20 13:23:52 +00:00
#
ifndef _SWAY_SWAY_H
#
define _SWAY_SWAY_H
Correctly exit sway on errors. 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.
2016-02-26 08:08:05 +00:00
void
sway_terminate
(
int
exit_code
)
;
added missing header file
2015-08-20 13:23:52 +00:00
#
endif
Reference in a new issue
Copy permalink