From beabb12d63437557da8a2e254a1e0250da448aa6 Mon Sep 17 00:00:00 2001 From: Taiyu Date: Mon, 10 Aug 2015 17:32:50 -0700 Subject: destroys empty workspace + minor bugfixes --- sway/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sway/commands.c') diff --git a/sway/commands.c b/sway/commands.c index 41141f87..be9984e3 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -360,7 +360,7 @@ struct cmd_handler *find_handler(struct cmd_handler handlers[], int l, char *lin return res; } -int handle_command(struct sway_config *config, char *exec) { +bool handle_command(struct sway_config *config, char *exec) { sway_log(L_INFO, "Handling command '%s'", exec); char *ptr, *cmd; bool exec_success; -- cgit v1.2.3