aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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;
103sway_cmd cmd_client_urgent; 103sway_cmd cmd_client_urgent;
104sway_cmd cmd_client_placeholder; 104sway_cmd cmd_client_placeholder;
105sway_cmd cmd_client_background; 105sway_cmd cmd_client_background;
106sway_cmd cmd_clipboard;
106sway_cmd cmd_commands; 107sway_cmd cmd_commands;
107sway_cmd cmd_debuglog; 108sway_cmd cmd_debuglog;
108sway_cmd cmd_default_border; 109sway_cmd cmd_default_border;