diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-08-10 23:26:04 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-08-10 23:26:04 -0400 |
commit | e62e294366e634dbd584ea8fd2a9ed93aa81e356 (patch) | |
tree | 41a39c63ff375b81272bcfcec7719e510359d858 /sway/commands.h | |
parent | 4aeaaa8abc35ff6ce9746802169918d33e7b8e61 (diff) | |
parent | 25a3aa6ed675c70a7cb83aca0ec5eccae23e42fa (diff) |
Merge pull request #15 from taiyu-len/master
destroys empty workspace + minor fixes
Diffstat (limited to 'sway/commands.h')
-rw-r--r-- | sway/commands.h | 2 |
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 |