diff options
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 42b39f27..19fd3f33 100644 --- a/sway/commands.h +++ b/sway/commands.h @@ -5,7 +5,7 @@ struct cmd_handler { char *command; - int (*handle)(struct sway_config *config, int argc, char **argv); + bool (*handle)(struct sway_config *config, int argc, char **argv); }; int handle_command(struct sway_config *config, char *command); |