properly exit sway

- wlc_terminate() instead of exit(0)
- unlink IPC socket
This commit is contained in:
minus 2015-08-19 01:52:46 +02:00
parent bfbadadf70
commit 91c0877264
4 changed files with 22 additions and 10 deletions

View file

@ -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