aboutsummaryrefslogtreecommitdiffstats
path: root/include/ipc.h
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-12-29 10:43:32 -0500
committerLibravatar emersion <contact@emersion.fr>2018-12-29 17:07:26 +0100
commitae8937b11a7d026aaf9b79b3bc28596c1fdbd296 (patch)
tree5717da3ed29ebd93693778ffee33f12fa650a997 /include/ipc.h
parentRemove button from state on release during op (diff)
downloadsway-ae8937b11a7d026aaf9b79b3bc28596c1fdbd296.tar.gz
sway-ae8937b11a7d026aaf9b79b3bc28596c1fdbd296.tar.zst
sway-ae8937b11a7d026aaf9b79b3bc28596c1fdbd296.zip
Add failure reply on IPC_SYNC
Since it was decided that sway will not support IPC_SYNC, just return `{'success': false}` as a reply
Diffstat (limited to 'include/ipc.h')
-rw-r--r--include/ipc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ipc.h b/include/ipc.h
index 9063b933..6063f69c 100644
--- a/include/ipc.h
+++ b/include/ipc.h
@@ -16,6 +16,7 @@ enum ipc_command_type {
16 IPC_GET_BINDING_MODES = 8, 16 IPC_GET_BINDING_MODES = 8,
17 IPC_GET_CONFIG = 9, 17 IPC_GET_CONFIG = 9,
18 IPC_SEND_TICK = 10, 18 IPC_SEND_TICK = 10,
19 IPC_SYNC = 11,
19 20
20 // sway-specific command types 21 // sway-specific command types
21 IPC_GET_INPUTS = 100, 22 IPC_GET_INPUTS = 100,