summaryrefslogtreecommitdiff
path: root/include/ipc.h
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2017-10-08 11:05:54 -0400
committerGitHub <[email protected]>2017-10-08 11:05:54 -0400
commit6d83a59b461d07c4c9c5ee5809da658f5c56afc3 (patch)
tree6fd6b55d7f335a3fb4a2f06d81417464087f1dfc /include/ipc.h
parent5ecedc7199fcd9788ae2d96f0ed1f25a2cbe7364 (diff)
parent1cca551c6fc69bca76a4992b33ef685371cac26b (diff)
Merge pull request #1263 from nyorain/master
Implement get_clipboard ipc message
Diffstat (limited to 'include/ipc.h')
-rw-r--r--include/ipc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ipc.h b/include/ipc.h
index 98390335..2b16dc50 100644
--- a/include/ipc.h
+++ b/include/ipc.h
@@ -13,6 +13,7 @@ enum ipc_command_type {
IPC_GET_BAR_CONFIG = 6,
IPC_GET_VERSION = 7,
IPC_GET_INPUTS = 8,
+ IPC_GET_CLIPBOARD = 9,
// Events send from sway to clients. Events have the highest bits set.
IPC_EVENT_WORKSPACE = ((1<<31) | 0),
IPC_EVENT_OUTPUT = ((1<<31) | 1),