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

@ -56,7 +56,7 @@ void
view_impl_unmap(struct view *view)
{
struct server *server = view->server;
if (view == server->focused_view) {
if (view == server->active_view) {
desktop_focus_topmost_view(server);
}
if (view == server->last_raised_view) {