mirror of
https://github.com/labwc/labwc.git
synced 2026-02-07 04:07:42 -05:00
action: add "Close" to close top-most view
This commit is contained in:
parent
9fa783e7b4
commit
eaed1a3cab
4 changed files with 9 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue