mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
Add failure reply on IPC_SYNC
Since it was decided that sway will not support IPC_SYNC, just return
`{'success': false}` as a reply
This commit is contained in:
parent
0dbf2673a1
commit
ae8937b11a
2 changed files with 9 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue