diff options
author | markt <markt> | 2007-01-04 00:11:22 (GMT) |
---|---|---|
committer | markt <markt> | 2007-01-04 00:11:22 (GMT) |
commit | 1dc07de3188c8c78f69e273694b27fa580423b55 (patch) | |
tree | 264f44a0d3a0d49f114eedfac890ec180b270d55 /src/Window.cc | |
parent | e2e94031f962513c746857349e8511b296d25986 (diff) | |
download | fluxbox_pavel-1dc07de3188c8c78f69e273694b27fa580423b55.zip fluxbox_pavel-1dc07de3188c8c78f69e273694b27fa580423b55.tar.bz2 |
move iconified windows to the end of the focused list for cycling/reverting
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Window.cc b/src/Window.cc index b341937..53ec88d 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -1558,6 +1558,8 @@ void FluxboxWindow::iconify() { | |||
1558 | 1558 | ||
1559 | hide(true); | 1559 | hide(true); |
1560 | 1560 | ||
1561 | screen().focusControl().setFocusBack(this); | ||
1562 | |||
1561 | ClientList::iterator client_it = m_clientlist.begin(); | 1563 | ClientList::iterator client_it = m_clientlist.begin(); |
1562 | const ClientList::iterator client_it_end = m_clientlist.end(); | 1564 | const ClientList::iterator client_it_end = m_clientlist.end(); |
1563 | for (; client_it != client_it_end; ++client_it) { | 1565 | for (; client_it != client_it_end; ++client_it) { |