desktop.c: make topmost_mapped_view() private

This commit is contained in:
Johan Malm 2021-09-20 22:07:19 +01:00
parent 74e1d6e45c
commit e4b51fc5e8
2 changed files with 1 additions and 2 deletions

View file

@ -197,7 +197,7 @@ has_mapped_view(struct wl_list *wl_list)
return false;
}
struct view *
static struct view *
topmost_mapped_view(struct server *server)
{
if (!has_mapped_view(&server->views)) {