mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
Privatize desktop_topmost_focusable_view()
This commit is contained in:
parent
eb41c6a3b0
commit
9ec49144ac
2 changed files with 1 additions and 2 deletions
|
|
@ -359,7 +359,6 @@ void desktop_focus_view_or_surface(struct seat *seat, struct view *view,
|
||||||
|
|
||||||
void desktop_arrange_all_views(struct server *server);
|
void desktop_arrange_all_views(struct server *server);
|
||||||
void desktop_focus_output(struct output *output);
|
void desktop_focus_output(struct output *output);
|
||||||
struct view *desktop_topmost_focusable_view(struct server *server);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Toggles the (output local) visibility of the layershell top layer
|
* Toggles the (output local) visibility of the layershell top layer
|
||||||
|
|
|
||||||
|
|
@ -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)
|
desktop_topmost_focusable_view(struct server *server)
|
||||||
{
|
{
|
||||||
struct view *view;
|
struct view *view;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue