diff options
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() { |