aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.h
diff options
context:
space:
mode:
authorTaiyu <taiyu.len@gmail.com>2015-08-10 17:32:50 -0700
committerTaiyu <taiyu.len@gmail.com>2015-08-10 17:32:50 -0700
commitbeabb12d63437557da8a2e254a1e0250da448aa6 (patch)
treef3a0817c74125550a8442aae6cdf2e81e793d3e9 /sway/commands.h
parent4aeaaa8abc35ff6ce9746802169918d33e7b8e61 (diff)
destroys empty workspace + minor bugfixes
Diffstat (limited to 'sway/commands.h')
-rw-r--r--sway/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands.h b/sway/commands.h
index 19fd3f33..c2046e13 100644
--- a/sway/commands.h
+++ b/sway/commands.h
@@ -8,6 +8,6 @@ struct cmd_handler {
bool (*handle)(struct sway_config *config, int argc, char **argv);
};
-int handle_command(struct sway_config *config, char *command);
+bool handle_command(struct sway_config *config, char *command);
#endif