mirror of
https://github.com/labwc/labwc.git
synced 2026-02-18 22:05:32 -05:00
desktop: focus next 'mapped' view on minimize
This commit is contained in:
parent
b46fa5e006
commit
3c90cb7945
4 changed files with 36 additions and 4 deletions
|
|
@ -207,6 +207,7 @@ void desktop_focus_view(struct view *view);
|
|||
* Note: If current==NULL, the list's second view is returned
|
||||
*/
|
||||
struct view *desktop_next_view(struct server *server, struct view *current);
|
||||
void desktop_focus_next_mapped_view(struct view *current);
|
||||
struct view *desktop_view_at(struct server *server, double lx, double ly,
|
||||
struct wlr_surface **surface, double *sx,
|
||||
double *sy, int *view_area);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue