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

"_BLACKBOX_NOTIFY_WINDOW_ADD was emited before _NET_CLIENT_LIST 
 and _NET_CLIENT_LIST_STACKING lists updates."
This commit is contained in:
mathias 2005-06-02 01:39:31 +00:00
parent ad5eb13210
commit 5f489c23e4

View file

@ -1066,6 +1066,11 @@ void BScreen::updateNetizenWindowFocus() {
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) {