ToggleShowDesktop: add implementation

Fixes #455
This commit is contained in:
Consolatis 2023-01-29 07:23:44 +01:00
parent 4dc99e2f38
commit 28e52e079c
2 changed files with 32 additions and 0 deletions

View file

@ -363,6 +363,7 @@ void desktop_move_to_front(struct view *view);
void desktop_move_to_back(struct view *view);
void desktop_focus_and_activate_view(struct seat *seat, struct view *view);
void desktop_arrange_all_views(struct server *server);
void desktop_toggle(struct server *server);
enum lab_cycle_dir {
LAB_CYCLE_DIR_NONE,