summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-29 17:20:27 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-29 17:20:27 -0500
commit44d0f731c36661a192d0fb9d65822eebef7d0092 (patch)
tree048edcf393917a15c2c7287eb21f94257374a227 /include
parentAdd bar config struct and defaults (diff)
downloadsway-44d0f731c36661a192d0fb9d65822eebef7d0092.tar.gz
sway-44d0f731c36661a192d0fb9d65822eebef7d0092.tar.zst
sway-44d0f731c36661a192d0fb9d65822eebef7d0092.zip
Add framework for switching command sets
This will allow the bar {} block to have a different command set (and also bar { colors { } }.
Diffstat (limited to 'include')
-rw-r--r--include/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands.h b/include/commands.h
index f291e7cb..52d56e4a 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -41,7 +41,7 @@ struct cmd_results *handle_command(char *command);
41 * 41 *
42 * Do not use this under normal conditions. 42 * Do not use this under normal conditions.
43 */ 43 */
44struct cmd_results *config_command(char *command); 44struct cmd_results *config_command(char *command, enum cmd_status block);
45 45
46/** 46/**
47 * Allocates a cmd_results object. 47 * Allocates a cmd_results object.