aboutsummaryrefslogtreecommitdiff
path: root/include/ipc.h
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-07-09 22:39:47 +0100
committerFurkan Sahin <furkan-dev@proton.me>2018-07-09 22:39:47 +0100
commit0b8f9024a19e97dca79665277d90b348eb7695b8 (patch)
treea79c2994ae5b7b958723de84ab807c0d28c1d5cd /include/ipc.h
parentd756c8dd0ba3c7fcddb4f23fa5ef4c3c4a90e982 (diff)
Remove `clipboard` command and `get_clipboard` message
Diffstat (limited to 'include/ipc.h')
-rw-r--r--include/ipc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ipc.h b/include/ipc.h
index 6f6795b3..0010718b 100644
--- a/include/ipc.h
+++ b/include/ipc.h
@@ -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),