aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-07-01 13:07:25 -0400
committerGitHub <noreply@github.com>2017-07-01 13:07:25 -0400
commitfe763991d4865bffaafcd3ff15ecede6a9daa6ae (patch)
tree33164807e0f99e8718744808514fb0770c9bf5f6 /include
parent387eca1b29cbc6f497e2cb26a0bff0b06b50b6a1 (diff)
parent60fa626116ac3865ec9034cfa7b33ecad03884a8 (diff)
downloadsway-fe763991d4865bffaafcd3ff15ecede6a9daa6ae.tar.xz
Merge pull request #1254 from nyorain/master
Fix #926
Diffstat (limited to 'include')
-rw-r--r--include/sway/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index f67df10f..660da2c2 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -103,6 +103,7 @@ sway_cmd cmd_client_unfocused;
sway_cmd cmd_client_urgent;
sway_cmd cmd_client_placeholder;
sway_cmd cmd_client_background;
+sway_cmd cmd_clipboard;
sway_cmd cmd_commands;
sway_cmd cmd_debuglog;
sway_cmd cmd_default_border;