mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
Update for swaywm/wlroots#1126
This commit is contained in:
parent
ebcdce457a
commit
63b4bf5000
85 changed files with 391 additions and 385 deletions
|
|
@ -35,7 +35,7 @@ struct cmd_results *cmd_input(int argc, char **argv) {
|
|||
return error;
|
||||
}
|
||||
|
||||
wlr_log(L_DEBUG, "entering input block: %s", argv[0]);
|
||||
wlr_log(WLR_DEBUG, "entering input block: %s", argv[0]);
|
||||
|
||||
config->handler_context.input_config = new_input_config(argv[0]);
|
||||
if (!config->handler_context.input_config) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue