From aaa0923bc4fe4ffda114482a9b8023c90c26c8dc Mon Sep 17 00:00:00 2001 From: taiyu Date: Thu, 10 Sep 2015 11:07:40 -0700 Subject: cmd status + workspace ws output op --- include/commands.h | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'include/commands.h') diff --git a/include/commands.h b/include/commands.h index 0a38ce43..5c87be51 100644 --- a/include/commands.h +++ b/include/commands.h @@ -5,17 +5,16 @@ struct cmd_handler { char *command; - bool (*handle)(int argc, char **argv); - enum { - CMD_COMPOSITOR_READY, - CMD_KEYBIND, - CMD_ANYTIME - } config_type; + enum cmd_status { + CMD_SUCCESS, + CMD_FAILURE, + CMD_DEFER, + } (*handle)(int argc, char **argv); }; -bool handle_command(char *command); +enum cmd_status handle_command(char *command); // Handles commands during config -bool config_command(char *command); +enum cmd_status config_command(char *command); void remove_view_from_scratchpad(); -- cgit v1.2.3-70-g09d2