all repos — fluxbox @ 5f489c23e4698c9c73d6a70a0182ea6f13f8f82e

custom fork of the fluxbox windowmanager

* patch from vadim <suhanov_vadim@mail.ru>:

"_BLACKBOX_NOTIFY_WINDOW_ADD was emited before _NET_CLIENT_LIST 
 and _NET_CLIENT_LIST_STACKING lists updates."
mathias mathias
commit

5f489c23e4698c9c73d6a70a0182ea6f13f8f82e

parent

ad5eb132107e46b5e78e15f565b34d6842a458ff

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M src/Screen.ccsrc/Screen.cc

@@ -1066,6 +1066,11 @@ }

void BScreen::updateNetizenWindowAdd(Window w, unsigned long p) { + + // update the list of clients + m_clientlist_sig.notify(); + + // and then send the signal to listeners Netizens::iterator it = m_netizen_list.begin(); Netizens::iterator it_end = m_netizen_list.end(); for (; it != it_end; ++it) {