mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
Initial IPC_EVENT_OUTPUT support
This commit is contained in:
parent
4b892a79aa
commit
50f82f19b0
4 changed files with 32 additions and 6 deletions
|
|
@ -13,6 +13,7 @@ struct sockaddr_un *ipc_user_sockaddr(void);
|
|||
|
||||
void ipc_event_workspace(struct sway_workspace *old,
|
||||
struct sway_workspace *new, const char *change);
|
||||
void ipc_event_output(struct sway_output *output, const char *change);
|
||||
void ipc_event_window(struct sway_container *window, const char *change);
|
||||
void ipc_event_barconfig_update(struct bar_config *bar);
|
||||
void ipc_event_bar_state_update(struct bar_config *bar);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue