ipc: add GET_BINDING_STATE request

This commit is contained in:
Ronan Pigott 2020-06-13 20:39:57 -07:00
parent f9361ae36c
commit 4a5f7d3721
4 changed files with 47 additions and 1 deletions

View file

@ -17,6 +17,7 @@ enum ipc_command_type {
IPC_GET_CONFIG = 9,
IPC_SEND_TICK = 10,
IPC_SYNC = 11,
IPC_GET_BINDING_STATE = 12,
// sway-specific command types
IPC_GET_INPUTS = 100,