mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 03:17:46 +03:00
properly exit sway
- wlc_terminate() instead of exit(0) - unlink IPC socket
This commit is contained in:
parent
bfbadadf70
commit
91c0877264
4 changed files with 22 additions and 10 deletions
|
@ -12,6 +12,7 @@ enum ipc_command_type {
|
|||
IPC_GET_VERSION = 7,
|
||||
};
|
||||
|
||||
void init_ipc(void);
|
||||
void ipc_init(void);
|
||||
void ipc_shutdown(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue