mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
move windows to back of cycle when they are minimized
This commit is contained in:
parent
b7d4df28c8
commit
7b7178ebfa
3 changed files with 14 additions and 0 deletions
|
|
@ -397,6 +397,7 @@ void foreign_toplevel_handle_create(struct view *view);
|
|||
*/
|
||||
|
||||
void desktop_raise_view(struct view *view);
|
||||
void desktop_move_view_to_end_of_cycle(struct view *to_end);
|
||||
void desktop_focus_and_activate_view(struct seat *seat, struct view *view);
|
||||
|
||||
enum lab_cycle_dir {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue