mirror of
https://github.com/swaywm/sway.git
synced 2025-11-05 13:29:51 -05:00
Address first round of review for generic blocks
This commit is contained in:
parent
51bb9d8573
commit
8bfa2def88
10 changed files with 34 additions and 32 deletions
|
|
@ -42,8 +42,8 @@ struct cmd_results *cmd_input(int argc, char **argv) {
|
|||
return cmd_results_new(CMD_FAILURE, NULL, "Couldn't allocate config");
|
||||
}
|
||||
|
||||
struct cmd_results *res = subcommand(argv + 1, argc - 1, input_handlers,
|
||||
sizeof(input_handlers));
|
||||
struct cmd_results *res = config_subcommand(argv + 1, argc - 1,
|
||||
input_handlers, sizeof(input_handlers));
|
||||
|
||||
free_input_config(config->handler_context.input_config);
|
||||
config->handler_context.input_config = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue