action: add "Close" to close top-most view

This commit is contained in:
Johan Malm 2021-07-12 21:46:10 +01:00
parent 9fa783e7b4
commit eaed1a3cab
4 changed files with 9 additions and 2 deletions

View file

@ -308,6 +308,7 @@ 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);
void desktop_focus_topmost_mapped_view(struct server *server);
/**