summaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r--include/sway/commands.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index 9ff18823..1291d5fb 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -74,6 +74,9 @@ void free_cmd_results(struct cmd_results *results);
74 */ 74 */
75const char *cmd_results_to_json(struct cmd_results *results); 75const char *cmd_results_to_json(struct cmd_results *results);
76 76
77struct cmd_results *add_color(const char *name,
78 char *buffer, const char *color);
79
77typedef struct cmd_results *sway_cmd(int argc, char **argv); 80typedef struct cmd_results *sway_cmd(int argc, char **argv);
78 81
79sway_cmd cmd_assign; 82sway_cmd cmd_assign;
@@ -138,6 +141,7 @@ sway_cmd cmd_splith;
138sway_cmd cmd_splitt; 141sway_cmd cmd_splitt;
139sway_cmd cmd_splitv; 142sway_cmd cmd_splitv;
140sway_cmd cmd_sticky; 143sway_cmd cmd_sticky;
144sway_cmd cmd_swaybg_command;
141sway_cmd cmd_unmark; 145sway_cmd cmd_unmark;
142sway_cmd cmd_workspace; 146sway_cmd cmd_workspace;
143sway_cmd cmd_ws_auto_back_and_forth; 147sway_cmd cmd_ws_auto_back_and_forth;