diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-25 14:07:34 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-25 14:07:34 +0000 |
| commit | 38d1f2cba612cd2c1e2bdd9ebac2a4cff38e1da3 (patch) | |
| tree | 8343e96cb5da00ef908606b3d1186248a1342dda /openbox/client.c | |
| parent | 1ca83752a80a332317f7fa832be5163907034295 (diff) | |
send iconic windows to the bottom of the focus list so you can a-s-tab tog get back what you just iconified
Diffstat (limited to 'openbox/client.c')
| -rw-r--r-- | openbox/client.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/openbox/client.c b/openbox/client.c index 3ba8ba3b..2454e198 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -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; } |
