diff options
author | markt <markt> | 2007-11-12 21:59:43 (GMT) |
---|---|---|
committer | markt <markt> | 2007-11-12 21:59:43 (GMT) |
commit | 5d7043320da1378e7dd3b10f7e425f3b47455b28 (patch) | |
tree | 305db18a58ab6768b78ab230074da576d09e372d /src/Window.cc | |
parent | 807a1b557552e43dbdc169c1e7a3065a3f12aac7 (diff) | |
download | fluxbox-5d7043320da1378e7dd3b10f7e425f3b47455b28.zip fluxbox-5d7043320da1378e7dd3b10f7e425f3b47455b28.tar.bz2 |
allow arbitrary window patterns in iconbar
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Window.cc b/src/Window.cc index 898111d..903756a 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -1405,7 +1405,7 @@ void FluxboxWindow::iconify() { | |||
1405 | 1405 | ||
1406 | hide(true); | 1406 | hide(true); |
1407 | 1407 | ||
1408 | screen().focusControl().setFocusBack(this); | 1408 | screen().focusControl().setFocusBack(*this); |
1409 | 1409 | ||
1410 | ClientList::iterator client_it = m_clientlist.begin(); | 1410 | ClientList::iterator client_it = m_clientlist.begin(); |
1411 | const ClientList::iterator client_it_end = m_clientlist.end(); | 1411 | const ClientList::iterator client_it_end = m_clientlist.end(); |
@@ -2038,10 +2038,6 @@ void FluxboxWindow::setState(unsigned long new_state, bool setting_up) { | |||
2038 | (*it)->show(); | 2038 | (*it)->show(); |
2039 | (*it)->setEventMask(PropertyChangeMask | StructureNotifyMask | FocusChangeMask | KeyPressMask); | 2039 | (*it)->setEventMask(PropertyChangeMask | StructureNotifyMask | FocusChangeMask | KeyPressMask); |
2040 | } | 2040 | } |
2041 | |||
2042 | saveBlackboxAttribs(); | ||
2043 | //notify state changed | ||
2044 | m_statesig.notify(); | ||
2045 | } | 2041 | } |
2046 | 2042 | ||
2047 | bool FluxboxWindow::getState() { | 2043 | bool FluxboxWindow::getState() { |