ipc: add support for output event

For compatibility with i3 [1].

[1]: https://i3wm.org/docs/ipc.html#_output_event
This commit is contained in:
Simon Ser 2023-02-01 16:19:41 +01:00 committed by Simon Zeni
parent 2e33b0276f
commit 40eb29e7c5
4 changed files with 35 additions and 0 deletions

View file

@ -21,5 +21,6 @@ void ipc_event_mode(const char *mode, bool pango);
void ipc_event_shutdown(const char *reason);
void ipc_event_binding(struct sway_binding *binding);
void ipc_event_input(const char *change, struct sway_input_device *device);
void ipc_event_output(void);
#endif