mirror of
https://github.com/labwc/labwc.git
synced 2026-02-10 04:27:47 -05:00
desktop.c: make topmost_mapped_view() private
This commit is contained in:
parent
74e1d6e45c
commit
e4b51fc5e8
2 changed files with 1 additions and 2 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue