send iconic windows to the bottom of the focus list so you can a-s-tab tog get back what you just iconified
This commit is contained in:
parent
1ca83752a8
commit
38d1f2cba6
1 changed files with 2 additions and 3 deletions
|
@ -2996,9 +2996,8 @@ static void client_iconify_recursive(ObClient *self,
|
|||
self->iconic = iconic;
|
||||
|
||||
/* update the focus lists.. iconic windows go to the bottom of
|
||||
the list, put the new iconic window at the 'top of the
|
||||
bottom'. */
|
||||
focus_order_to_top(self);
|
||||
the list */
|
||||
focus_order_to_bottom(self);
|
||||
|
||||
changed = TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue