mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04: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
|
|
@ -337,7 +337,6 @@ void desktop_focus_view(struct seat *seat, struct view *view);
|
|||
* Note: If !current, the server->views second focusable view is returned
|
||||
*/
|
||||
struct view *desktop_cycle_view(struct server *server, struct view *current);
|
||||
struct view *topmost_mapped_view(struct server *server);
|
||||
struct view *focused_view(struct server *server);
|
||||
void desktop_focus_topmost_mapped_view(struct server *server);
|
||||
bool isfocusable(struct view *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue