summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Ian Fan <ianfan0@gmail.com>2018-07-08 20:32:42 +0100
committerLibravatar Ian Fan <ianfan0@gmail.com>2018-07-10 12:03:46 +0100
commit5fd36164a008f931def993413facf9058c56641d (patch)
tree5714600f0fd8b8f1a2570cad4d7bc8ab48e7eb1e /include
parentMerge pull request #2236 from kupospelov/fix-stacked-layout (diff)
downloadsway-5fd36164a008f931def993413facf9058c56641d.tar.gz
sway-5fd36164a008f931def993413facf9058c56641d.tar.zst
sway-5fd36164a008f931def993413facf9058c56641d.zip
Add get_binding_modes message type to ipc
Diffstat (limited to 'include')
-rw-r--r--include/ipc.h1
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 {
13 IPC_GET_MARKS = 5, 13 IPC_GET_MARKS = 5,
14 IPC_GET_BAR_CONFIG = 6, 14 IPC_GET_BAR_CONFIG = 6,
15 IPC_GET_VERSION = 7, 15 IPC_GET_VERSION = 7,
16 IPC_GET_BINDING_MODES = 8,
16 17
17 // sway-specific command types 18 // sway-specific command types
18 IPC_GET_INPUTS = 100, 19 IPC_GET_INPUTS = 100,