From ce6823491b2be167327118fc96fc00a5a8a23399 Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Sat, 29 Dec 2018 10:43:32 -0500 Subject: Add failure reply on IPC_SYNC Since it was decided that sway will not support IPC_SYNC, just return `{'success': false}` as a reply --- include/ipc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ipc.h') 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 { IPC_GET_BINDING_MODES = 8, IPC_GET_CONFIG = 9, IPC_SEND_TICK = 10, + IPC_SYNC = 11, // sway-specific command types IPC_GET_INPUTS = 100, -- cgit v1.2.3