Remove clipboard command and get_clipboard message

This commit is contained in:
emersion 2018-07-09 22:39:47 +01:00
parent 8afe68f920
commit ba3511b243
6 changed files with 5 additions and 55 deletions

View file

@ -18,8 +18,7 @@ enum ipc_command_type {
// sway-specific command types
IPC_GET_INPUTS = 100,
IPC_GET_CLIPBOARD = 101,
IPC_GET_SEATS = 102,
IPC_GET_SEATS = 101,
// Events sent from sway to clients. Events have the highest bits set.
IPC_EVENT_WORKSPACE = ((1<<31) | 0),