mirror of
https://github.com/swaywm/sway.git
synced 2025-11-20 06:59:46 -05:00
ipc: add shutdown event
This commit is contained in:
parent
f078f7fdfa
commit
e8b179e313
4 changed files with 21 additions and 2 deletions
|
|
@ -16,5 +16,6 @@ void ipc_event_workspace(struct sway_container *old,
|
|||
void ipc_event_window(struct sway_container *window, const char *change);
|
||||
void ipc_event_barconfig_update(struct bar_config *bar);
|
||||
void ipc_event_mode(const char *mode, bool pango);
|
||||
void ipc_event_shutdown(const char *reason);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue