diff options
author | markt <markt> | 2006-07-14 06:00:37 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-14 06:00:37 (GMT) |
commit | fde970a21d62756cdbca1fe5acd75386b251814c (patch) | |
tree | 795f1415d22eb4131d8d602c0b4f56a6821a8df2 /src/fluxbox.cc | |
parent | d32a7af7e6540221edbf43cee7b89a36e0755a66 (diff) | |
download | fluxbox_pavel-fde970a21d62756cdbca1fe5acd75386b251814c.zip fluxbox_pavel-fde970a21d62756cdbca1fe5acd75386b251814c.tar.bz2 |
include iconic windows when cycling
also, stop cycling on one screen when cycling begins on another
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r-- | src/fluxbox.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index ccc7f8d..9625465 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc | |||
@@ -1811,6 +1811,8 @@ void Fluxbox::watchKeyRelease(BScreen &screen, unsigned int mods) { | |||
1811 | cerr<<"WARNING: attempt to grab without modifiers!"<<endl; | 1811 | cerr<<"WARNING: attempt to grab without modifiers!"<<endl; |
1812 | return; | 1812 | return; |
1813 | } | 1813 | } |
1814 | if (m_watching_screen) | ||
1815 | m_watching_screen->focusControl().stopCyclingFocus(); | ||
1814 | m_watching_screen = &screen; | 1816 | m_watching_screen = &screen; |
1815 | 1817 | ||
1816 | // just make sure we are saving the mods with any other flags (xkb) | 1818 | // just make sure we are saving the mods with any other flags (xkb) |