diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2023-02-01 16:19:41 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2023-02-01 16:19:41 +0100 |
| commit | 9ff47ade696a958e1a74112537ec20063a60e5a3 (patch) | |
| tree | d29b0d25eafeb8e93ad3f067658d3930d0020665 /include | |
| parent | a5a4a562f33aae02525c5ec7f1814503870e9cc6 (diff) | |
ipc: add support for output event
For compatibility with i3 [1].
[1]: https://i3wm.org/docs/ipc.html#_output_event
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/ipc-server.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/ipc-server.h b/include/sway/ipc-server.h index bc4f781a..d4c00942 100644 --- a/include/sway/ipc-server.h +++ b/include/sway/ipc-server.h @@ -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 |
