aboutsummaryrefslogtreecommitdiffstats
path: root/include/ipc.h
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-07-09 22:39:47 +0100
committerLibravatar emersion <contact@emersion.fr>2018-07-10 22:09:21 +0100
commitba3511b2431d331b735770e38e6bbd83cb5a9d66 (patch)
treea79c2994ae5b7b958723de84ab807c0d28c1d5cd /include/ipc.h
parentMerge pull request #2232 from ianyfan/ipc (diff)
downloadsway-ba3511b2431d331b735770e38e6bbd83cb5a9d66.tar.gz
sway-ba3511b2431d331b735770e38e6bbd83cb5a9d66.tar.zst
sway-ba3511b2431d331b735770e38e6bbd83cb5a9d66.zip
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 {
18 18
19 // sway-specific command types 19 // sway-specific command types
20 IPC_GET_INPUTS = 100, 20 IPC_GET_INPUTS = 100,
21 IPC_GET_CLIPBOARD = 101, 21 IPC_GET_SEATS = 101,
22 IPC_GET_SEATS = 102,
23 22
24 // Events sent from sway to clients. Events have the highest bits set. 23 // Events sent from sway to clients. Events have the highest bits set.
25 IPC_EVENT_WORKSPACE = ((1<<31) | 0), 24 IPC_EVENT_WORKSPACE = ((1<<31) | 0),