s/focused_view/active_view/

This commit is contained in:
Johan Malm 2023-12-19 17:45:11 +00:00 committed by Johan Malm
parent 447c67df62
commit 3a959cc74b
9 changed files with 28 additions and 24 deletions

View file

@ -104,8 +104,8 @@ match_keybinding_for_sym(struct server *server, uint32_t modifiers,
continue;
}
if (server->seat.nr_inhibited_keybind_views
&& server->focused_view
&& server->focused_view->inhibits_keybinds
&& server->active_view
&& server->active_view->inhibits_keybinds
&& !actions_contain_toggle_keybinds(&keybind->actions)) {
continue;
}