Privatize desktop_topmost_focusable_view()

This commit is contained in:
Johan Malm 2025-09-26 19:17:56 +01:00
parent 262dd43106
commit 355cc7eee1
2 changed files with 1 additions and 2 deletions

View file

@ -132,7 +132,7 @@ desktop_focus_view_or_surface(struct seat *seat, struct view *view,
}
}
struct view *
static struct view *
desktop_topmost_focusable_view(struct server *server)
{
struct view *view;