diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-07-08 20:32:42 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-07-08 20:32:42 +0100 |
| commit | ecc55a5bf23318edfe0df7542084082ed89a180c (patch) | |
| tree | 5714600f0fd8b8f1a2570cad4d7bc8ab48e7eb1e /include/ipc.h | |
| parent | 172a04192ae2a5aedf7baf312bc4784e874b4b04 (diff) | |
Add get_binding_modes message type to ipc
Diffstat (limited to 'include/ipc.h')
| -rw-r--r-- | include/ipc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ipc.h b/include/ipc.h index 8172c782..c9c5b1cd 100644 --- a/include/ipc.h +++ b/include/ipc.h @@ -13,6 +13,7 @@ enum ipc_command_type { IPC_GET_MARKS = 5, IPC_GET_BAR_CONFIG = 6, IPC_GET_VERSION = 7, + IPC_GET_BINDING_MODES = 8, // sway-specific command types IPC_GET_INPUTS = 100, |
