This website requires JavaScript.
Explore
Help
Sign in
Miroirs
/
sway-patched-tray-menu
Watch
1
Star
0
Fork
You've already forked sway-patched-tray-menu
0
mirror of
https://github.com/NickHu/sway
synced
2024-12-28 22:23:30 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
5c85c018b4
sway-patched-tray-menu
/
include
/
sway.h
7 lines
87 B
C
Raw
Normal View
History
Unescape
Escape
added missing header file
2015-08-20 15:23:52 +02: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 09:08:05 +01:00
void
sway_terminate
(
int
exit_code
)
;
added missing header file
2015-08-20 15:23:52 +02:00
#
endif
Reference in a new issue
Copy permalink